Skip to content

Commit a6d718c

Browse files
committed
1.12.0
1 parent d32afeb commit a6d718c

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

CHANGELOG.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,27 @@
22

33
All notable changes to the Debugger for Mainframe extension are documented in this file.
44

5+
## [1.12.0] 2024-12-17
6+
7+
#### Added
8+
- Symbolic selection list provided in case of Symbolic mismatch.
9+
- Fetch Extended Sources provides list of available Symbolics for the program.
10+
11+
#### Changed
12+
- Readme update
13+
14+
#### Fixed
15+
- Miscellaneous bug fixes
516

617
## [1.11.1] 2024-09-16
718

8-
#### Changed
9-
- InterTest PTF LU14606 added to prerequisites
19+
#### Changed
20+
- InterTest PTF LU14606 added to prerequisites
1021

11-
#### Fixed
12-
- Attach Configuration for batch using wrong flag for Symbolics.
13-
- Watch variable with Java version newer than 11.
14-
- Resume debugging doesn't stop on breakpoint in the sub program for attach configuration.
22+
#### Fixed
23+
- Attach Configuration for batch using wrong flag for Symbolics.
24+
- Watch variable with Java version newer than 11.
25+
- Resume debugging doesn't stop on breakpoint in the sub program for attach configuration.
1526

1627
## [1.11.0] 2024-08-27
1728

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ To add a basic configuration to debug a batch application, do the following:
240240
- 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.
241241
- Specify an array with either one value or up to 30 values separated by commas.
242242
- **"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.
244244
- **DSS**: (string)
245245
- (Optional) Specify the PROTSYM which is designated to receive dynamic symbolic data from Endevor. For more information, see **[Dynamic Symbolic Support](#dynamic-symbolic-support)**.
246246
- **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
306306
- (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.
307307
- Specify an array with either one value or up to 30 values separated by commas.
308308
- **"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.
310310
- **DSS**: (string)
311311
- (Optional) Specify the PROTSYM which is designated to receive dynamic symbolic data from Endevor. For more information, see **[Dynamic Symbolic Support](#dynamic-symbolic-support)**.
312312
- **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
350350

351351
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.
352352

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.
354356
- The expanded source is displayed.
355357

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.
357359

358360
- For more information, see **[Conditional and Unconditional Breakpoints](#conditional-and-unconditional-breakpoints)**
359361

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.
361363

362364
- For more information, see **[Logpoints](#logpoints)**
363365

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.
365367

366-
9. (CICS only) Run your program in your CICS region.
368+
10. (CICS only) Run your program in your CICS region.
367369

368370
![](https://raw.githubusercontent.com/BroadcomMFD/debugger-for-mainframe/master/Breakpoints.gif)
369371

0 commit comments

Comments
 (0)