Ethan Reesor
|
91a55cc4c5
|
interp: add debug interface
Adds an interface to `interp` that can be used to build an interactive debugger, such as those used by IDEs.
Closes #1188
All basic debugger features work, with one exception: breakpoints in some locations don't work, due to `setExec` creating a temporary `bltn` (https://github.com/traefik/yaegi/issues/1188#issuecomment-886107905).
Example, using a Debug Adapter implementation with VSCode:

|
2021-09-06 15:32:10 +02:00 |
|