This adds support for debugging robots in VS Code. The debugger is automatically launched on port 15995. To use it just add this to .vscode/launch.json
There's also a new flag --no-debug to disable launching the debugger as it can potentially be exploited by a malicious bot. A possible enhancement could be to create launch.json automatically if it doesn't exist, but I'm not sure where to do that.
This adds support for debugging robots in VS Code. The debugger is automatically launched on port
15995
. To use it just add this to.vscode/launch.json
There's also a new flag
--no-debug
to disable launching the debugger as it can potentially be exploited by a malicious bot. A possible enhancement could be to createlaunch.json
automatically if it doesn't exist, but I'm not sure where to do that.