Replies: 2 comments
|
@ntreeby I think you need a task to launch the debugger. There's a conversation at https://github.com/orgs/vscode-abl/discussions/117 that may be helpful in describing how to do this. As nice as the debugger interface in VSCode is (object properties for the win), it's IMO too much of a PITA to use and I resort to
That sounds technically correct although buggy. Other than the LS devs, who needs to attach to (one of) those processes. |
|
You can follow the workshop instructions: https://wiki.rssw.eu/workshop/09-Debugger |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am preparing a demo / training project for our developers, who are used to working in Eclipse, who may be interested in migrating to working in VS Code instead.
I have most of the basics covered, with the exception of debugging local code. I cannot figure out how to debug the most basic of procedures. Here is the procedure I am trying to debug:
Here is my openedge-project.json:
Here is my .vscode/launch.json
How do I launch a debugging session that will hit my breakpoint in main.p? I tried adding
-debugReady 3099to theextraParametersproperty of my openedge-project.json; this results in the debugger attaching to the project AVM and sitting eternally at a WAIT-FOR in thread.p.What am I missing here?
Thanks.
All reactions