Skip to content

Automatically decode backtrace addresses #24

Description

@lptr

When using ESP-IDF's idf.py monitor, backtrace addresses from exceptions and other sources are automatically decoded -- see https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-monitor.html#automatic-address-decoding.

The same does not work in the Wokwi terminal, though, and the only option is to manually look up addresses with:

$ xtensa-esp32-elf-addr2line -pfiaC -e build/PROJECT.elf ADDRESS

It would be great if Wokwi CLI would automatically do this, just like idf.py monitor.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions