-
-
Notifications
You must be signed in to change notification settings - Fork 761
Closed
Description
I'd like to be able to see the call stack (useful for debugging what's called code, such as finding out where a width has been set), like bt in gdb - before I work on the feature though, is this something that would be accepted into espruino?
I'm thinking something like:
debug>bt
Frame 0: drawIcon(), "clock.js", line 5
Frame 1: draw(), "clock.js", line 20
Frame 2: anonymous, "clock.js", ...
Metadata
Metadata
Assignees
Labels
No labels