Skip to content

1.1.1

Choose a tag to compare

@hugithordarson hugithordarson released this 07 Apr 10:14
· 64 commits to master since this release

Removes specific jdb debugger support from the build, configuration and launch script.

This means jdb and jdbOptions configuration keys are no longer present/supported in config.txt, build.properties, and -launch.* runtime arguments, and we no longer switch to launching the app using jdb when -NSPBDebug or -NSJavaDebugging YES are set.

jdb is rarely used these days, modern Java deployment debugging usually happening through other methods like JDWP remote debugging (-agentlib:jdwp=...) with an IDE. If you still need to use jdb you can pass in the launch argument -launch.jvm=/path/to/your/jdb

Full Changelog: v1.1.0...v1.1.1