NocturnalRage / pyangelo.com

Python Graphics Programming in the Browser
2 stars 3 forks source link

Debugger will not step into unless code in editor #128

Closed pingskills closed 3 years ago

pingskills commented 3 years ago

If the filename returned by the suspension is not a file that is currenty in the PyAngelo editor, then we simply return the suspension from the lineStepper() function as we cannot go to the line number of a function that is not in the editor.