You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
During debugging if stepped into a included function the debugger is unaware of this and the files current line isn’t correctly displayed.
An option to accommodate this is to store a map from the line range to the file during parsing and storing it inside the program-token.
Then during debugging if the current line comes from a different file the file would be opened inside the editor (or switched to) to highlight the current line.