oxinabox / MagneticReadHead.jl

A cassette-based debugger | The Other Debugger
MIT License
50 stars 6 forks source link

Breadcrumbs: better ability for the user to know where they are #6

Open oxinabox opened 5 years ago

oxinabox commented 5 years ago

Right now I can imagine it being easy to set a break point and not know where you are in a large project.

We should be be able to check the current callstack and display some breadcrumbs. about what function and line/file was called from.