Morris Guan

Results 6 issues of Morris Guan

Enhancement: Contribute a "Set Service Entry Point" action to *PGM and *SRVPGM objects. This action will appear in the Object Browser and Project Explorer views. How it works: This action...

idea

The debug service v2 driver requires a new attribute "subType" in the launch configuration. Possible values: batch | sep batch: for batch debug sep: for service entry point For the...

idea

In the past, if the user need to change the debug port (to a different value other than 8005), he need to change the client setting, and also the DebugService.env...

idea

Debug v2 has a new global setting called Service Entry Point Daemon Port. This is the host port that the client will connect to in order to retrieve SEP hit...

idea

Debug service v2 requires Java 11 to run. The following path need to be updated: ```ts const MY_JAVA_HOME = `MY_JAVA_HOME="/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit"` ``` The default path for Java 11 is: `/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`

idea

We now support multiple debug sessions in vscode. The Debug Console view shows the labels of the debug sessions as follows: Remote debug: Launch a batch debug session Remote debug:...

idea