vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

Debug v2: new debug setting for Service Entry Point Daemon Port

Open mkwan01 opened this issue 1 year ago • 1 comments

Debug v2 has a new global setting called Service Entry Point Daemon Port. This is the host port that the client will connect to in order to retrieve SEP hit information. When a program run hits an SEP, we will use this port to send the program hit information back to the client.

image

Code for i may want to add this one to its connection settings for debug.

mkwan01 avatar Feb 29 '24 19:02 mkwan01

Simply add a new connection prop and add it to the debug settings in the connection settings.

This connection property will need to be passed into the launch.json when SEP is used.

worksofliam avatar Mar 01 '24 18:03 worksofliam