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

Put debugged program name in IBM i batch debug session

Open sebjulliand opened this issue 1 year ago • 0 comments

Changes

Resolves https://github.com/codefori/vscode-ibmi/issues/2033

This PR changes the name of the IBM i bact debug sessions to display the name of the program being debugged. image

How to test this PR

  1. Start a batch debug session on a program and leave it open
  2. Start another batch debug session on another program
  3. Go to the Debug Console view
  4. Check that each session has the program name in it

Checklist

  • [x] have tested my change

sebjulliand avatar May 06 '24 17:05 sebjulliand