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

Debug v2: add program name to launch label

Open mkwan01 opened this issue 1 year ago • 0 comments

We now support multiple debug sessions in vscode. The Debug Console view shows the labels of the debug sessions as follows: Remote debug: Launch a batch debug session Remote debug: Launch a batch debug session 2

image

It is better to change the launch config name so that it includes the name of the program being debugged. For example, A label like the following is better to identify the debug session: Batch debug on program MYLIB/MYPGM

The launch config name is located in vscode-ibmi/src/api/debug/index.ts, line 474.

mkwan01 avatar May 06 '24 16:05 mkwan01