You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ To add a basic configuration to debug a batch application, do the following:
240
240
- Specifies the name of the program that you want to debug using this configuration. To debug a program along with other programs called within it, specify all program names you want to debug in this field.
241
241
- Specify an array with either one value or up to 30 values separated by commas.
242
242
-**"protsym"**: (array)
243
-
- Specify an array with up to 8 PROTSYM DSNs separated by commas. The newest PROTSYM which matches your executable is used for the debug session.
243
+
- Specify an array with up to 8 PROTSYM DSNs separated by commas.
244
244
-**DSS**: (string)
245
245
- (Optional) Specify the PROTSYM which is designated to receive dynamic symbolic data from Endevor. For more information, see **[Dynamic Symbolic Support](#dynamic-symbolic-support)**.
246
246
-**Note**: The DSS PROTSYM counts towards the maximum of 8 PROTSYMs per configuration. If you specify this parameter, the maximum allowed number of PROTSYMs in the **"protsym"** array is reduced to 7.
@@ -306,7 +306,7 @@ To enable the Batch Link Queue you add a new configuration to your existing `lau
306
306
- (Optional) Specifies the name of the program that you want to debug using this configuration. To debug a program along with other programs called within it, specify all program names you want to debug in this field.
307
307
- Specify an array with either one value or up to 30 values separated by commas.
308
308
-**"protsym"**: (array)
309
-
- (Optional) Specify an array with up to 8 PROTSYM DSNs separated by commas. The newest PROTSYM which matches your executable is used for the debug session.
309
+
- (Optional) Specify an array with up to 8 PROTSYM DSNs separated by commas.
310
310
-**DSS**: (string)
311
311
- (Optional) Specify the PROTSYM which is designated to receive dynamic symbolic data from Endevor. For more information, see **[Dynamic Symbolic Support](#dynamic-symbolic-support)**.
312
312
-**Note**: The DSS PROTSYM counts towards the maximum of 8 PROTSYMs per configuration. If you specify this parameter, the maximum allowed number of PROTSYMs in the **"protsym"** array is reduced to 7.
@@ -350,20 +350,22 @@ After you define your configuration in `launch.json`, you can run your debug ses
350
350
351
351
4. If you have more than one Debugger for Mainframe configuration defined in `launch.json`, a list of available configurations displays. Select the name of the configuration that you want to use to fetch your source.
352
352
353
-
5. Enter your mainframe password.
353
+
5. If more than one listing is found in the CICS regions or PROTSYMs specified in your configuration, or if no exact matching listing is found, a list of listings displays. Select the listing that you want to load.
354
+
355
+
6. Enter your mainframe password.
354
356
- The expanded source is displayed.
355
357
356
-
6. Set breakpoints as required. You can set breakpoints before you start the debugging process or as the process is running.
358
+
7. Set breakpoints as required. You can set breakpoints before you start the debugging process or as the process is running.
357
359
358
360
- For more information, see **[Conditional and Unconditional Breakpoints](#conditional-and-unconditional-breakpoints)**
359
361
360
-
7. Set logpoints as required. Logpoints can be used to highlight an issue within the program while it is running, however logpoints do not cause the program to terminate.
362
+
8. Set logpoints as required. Logpoints can be used to highlight an issue within the program while it is running, however logpoints do not cause the program to terminate.
361
363
362
364
- For more information, see **[Logpoints](#logpoints)**
363
365
364
-
8. Click the play icon in the top left of the interface to start the debugging process.
366
+
9. Click the play icon in the top left of the interface to start the debugging process.
365
367
366
-
9. (CICS only) Run your program in your CICS region.
368
+
10. (CICS only) Run your program in your CICS region.
0 commit comments