Not connected. WebUSB talks to the vendor (0xFF) interface (default filter VID 0x1209); Web Serial talks to the CDC port, where the device console and the protocol share one stream — this page renders the console text and speaks the protocol at the same time.
Full decode (all tasks, registers, memory) with ESP-IDF's
espcoredump.py, or quick backtrace-only resolution with
addr2line. Replace build/coredump_example.elf with your app's ELF.
espcoredump.py info_corefile --core core.elf --core-format elf build/coredump_example.elf
xtensa-esp32s3-elf-addr2line -pfiaC -e build/coredump_example.elf <addrs>
Pick your firmware's .elf (e.g. build/coredump_example.elf — it never
leaves the browser) and the backtrace addresses from the summary are resolved against its
symbol table (symtab/strtab only, no DWARF): results are
nearest-symbol approximations, not exact source lines.
| # | Address | Nearest symbol | Offset |
|---|