mikaelpatel/Arduino-Shell

Enhance: Improve trace of script address (ip)

mikaelpatel opened this issue · 3 comments

As scripts may run from SRAM, EEPROM and PROGMEM the synthetic linear address should be shown in the trace instead of the local address.

Please see commit dfa2fc5.

Alternative is to use a prefix to the local address such as R, E and P.

New format. Please see commit 8f62fa1.