oxinabox / MagneticReadHead.jl

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

Read up the callstack #25

Open oxinabox opened 5 years ago

oxinabox commented 5 years ago

It should not be too hard to make it possible to inspect back up the callstack. All the variables are in memory, so we just need to add a reference to the parent context from the child context. And tweak the UI a bit to expose that information.

Possibly can be exposed as moving up the callstack If so needs #6, ot to not be very confusing