vscode-ibmi
vscode-ibmi copied to clipboard
Debug v2: add program name to launch label
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
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.