Skip to content

Releases: BroadcomMFD/debugger-for-mainframe

Release 1.12.0

17 Dec 13:45
9ee833c
Compare
Choose a tag to compare

[1.12.0] 2024-12-17

Added

  • Symbolic selection list provided in case of Symbolic mismatch.
  • Fetch Extended Sources provides list of available Symbolics for the program.

Changed

  • Readme update

Fixed

  • Miscellaneous bug fixes

Release 1.11.1

16 Sep 13:30
d32afeb
Compare
Choose a tag to compare

[1.11.1] 2024-09-16

Changed

  • InterTest PTF LU14606 added to prerequisites

Fixed

  • Attach Configuration for batch using wrong flag for Symbolics.
  • Watch variable with Java version newer than 11.
  • Resume debugging doesn't stop on breakpoint in the sub program for attach configuration.

Release 1.11.0

27 Aug 13:25
58f8c49
Compare
Choose a tag to compare

[1.11.0] 2024-08-27

Added

  • Inline variables view
  • Support for dynamic debugging sessions for batch programs
  • Composite debugging, includes 'List composites' command in command palette
  • Autokeep variables (COBOL only), represented in Local variables group
  • CICS Defined Variables (COBOL only)

Changed

  • InterTest PTFs LU13684 and LU14009 added to prerequisites
  • Variables tree organised into Global, Local, CICS-Defined and Assembly General Purpose groups.
  • Execution counts displayed left from source
  • Readme update

Fixed

  • Miscellaneous bug fixes

Release 1.10.0

02 May 13:35
692e256
Compare
Choose a tag to compare

[1.10.0] 2024-05-02

Added

  • Dynamic Symbolic Support
  • Set variable value in hexadecimal format
  • Variable filtering
  • Link to the Zowe Explorer jobs tree on running a batch debug session

Changed

  • Readme update

Fixed

  • Miscellaneous bug fixes

Release 1.9.2

12 Apr 14:15
60fdeae
Compare
Choose a tag to compare

[1.9.2] 2024-04-12

Fixed

  • Set variable value in High-Level Assembler

Release 1.9.1

10 Apr 14:52
2ca84bd
Compare
Choose a tag to compare

[1.9.1] 2024-04-10

Fixed

  • Update FD and linkage storage defined variables values

1.9.0

01 Dec 12:03
889739a
Compare
Choose a tag to compare

Added

  • Option to connect to InterTest via the API Mediation Layer
  • Support for table variables
  • Support for data breakpoints

Changed

  • Launch.json parameters interTestHost and interTestPort changed to host and port
  • Readme update

1.8.1

29 Jun 15:37
889739a
Compare
Choose a tag to compare
Merge pull request #20 from BroadcomMFD/180

180 update

1.8.0

05 Jun 08:49
889739a
Compare
Choose a tag to compare

Added

  • Batch Link support
  • Batch attach debug configuration
  • Support for the Suspend feature on Batch sessions
  • Full support for the Step into and Step out functions
  • Basic batch demo walkthrough

Changed

  • Readme update

1.7.0

17 Jan 06:59
35d3e66
Compare
Choose a tag to compare

Added

  • High-Level Assembler Language support
  • Full support for conditional breakpoints (validator currently not supported on VS Code version 1.74)
  • Support for label breakpoints in Assembler code

Changed

  • Variable enhancements
  • Readme update