The ImageJ Launcher enables debug mode if the launcher was renamed to debug/debug.exe. This is a cool trick, but incompatible with Jaunch's expectation that the executable name will match the TOML name. Should we bother? It is especially convenient on Windows for GUI users, where the name debug.exe also triggers a new_win_console().
The ImageJ Launcher enables debug mode if the launcher was renamed to
debug/debug.exe. This is a cool trick, but incompatible with Jaunch's expectation that the executable name will match the TOML name. Should we bother? It is especially convenient on Windows for GUI users, where the namedebug.exealso triggers anew_win_console().