oxinabox / MagneticReadHead.jl

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

Add functionality to find out about locations from file numbers #19

Closed oxinabox closed 5 years ago

oxinabox commented 5 years ago

We need this to be able to set break points on File+LineNumbers

oxinabox commented 5 years ago

Required for #17 I think this is good to go (passes tests locally).

@timholy would you care to take a glance over this?

I think it is suggestiver of functions that would be good to have in CodeTracking.jl. It is using stuff from Revise and Rebuggerr

oxinabox commented 5 years ago

Contributing towards #6

breadcrumbs

oxinabox commented 5 years ago

For this to come into its own it really needs a lot of other functionality, e.g. breaking midway into a function. But for now it isn't useless in the current master, so will look at merging soon

oxinabox commented 5 years ago

Merged into #23. Technically, there might be some value in merge this branch into master roughly as is. But unless I get a request for it (which seems unlikely as I don't think anyone is using this yet?) I am not going to bother.