Difference between revisions of "VMS IDE Change Log"

From VSI OpenVMS Wiki
Jump to: navigation, search
Line 1: Line 1:
 
=== 1.2.6 ===
 
=== 1.2.6 ===
* Fixed issue when extension is crashed while opening C project.
+
* Fixed the issue when the extension is crashed while opening a C project.
 
* Fixed duplicating algorithms in SSH settings.
 
* Fixed duplicating algorithms in SSH settings.
  
 
=== 1.2.3 - 1.2.5 ===
 
=== 1.2.3 - 1.2.5 ===
* Function breakpoints.  
+
* Added function breakpoints.  
* Data breakpoints without UI.
+
* Added data breakpoints (without user interface).
  
 
=== 1.2.2 ===
 
=== 1.2.2 ===
* Fix for display/set unicode string in '''Java''' debugger.
+
* Fix the issue with display/set unicode string in '''Java''' debugger.
* Ability to collect fields of Java classes.
+
* JVM Debugger can now collect fields of Java classes.
  
 
=== 1.2.1 ===
 
=== 1.2.1 ===
Line 15: Line 15:
  
 
=== 1.2.0 ===
 
=== 1.2.0 ===
* Support for '''Java''', '''Kotlin''' and '''Scala''' languages.
+
* Added support for '''Java''', '''Kotlin''' and '''Scala''' languages.
 
* One output channel for all extension messages.
 
* One output channel for all extension messages.
  

Revision as of 10:09, 10 September 2019

1.2.6

  • Fixed the issue when the extension is crashed while opening a C project.
  • Fixed duplicating algorithms in SSH settings.

1.2.3 - 1.2.5

  • Added function breakpoints.
  • Added data breakpoints (without user interface).

1.2.2

  • Fix the issue with display/set unicode string in Java debugger.
  • JVM Debugger can now collect fields of Java classes.

1.2.1

  • Fix issues with templates in Java.

1.2.0

  • Added support for Java, Kotlin and Scala languages.
  • One output channel for all extension messages.

1.1.0

  • Pascal syntax highlighting.
  • OpenVMS specific COBOL grammar support.

1.0.2

  • Allow users to skip signature verification in SSH (cause: Visual Studio Code 1.36.1 issue).

1.0.1

  • Fix: parsing compiler errors that occurred on the same line of source code.
  • OpenVMS specific Pascal grammar basic support.
  • Debugger: skip querying symbols with invalid names.