oxinabox / MagneticReadHead.jl

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

handle relative paths (closes #32) #44

Closed oxinabox closed 5 years ago

oxinabox commented 5 years ago

Closes #32

This way this works is if the path points to something that actually exists, then we lock in on that, otherwise we fall back to the old "correct filename as something we have loaded" behavour.

oxinabox commented 5 years ago

@KristofferC it would be cool if you could eyeball this.