You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
One idea I had was to check for a debug- prefix and strip it before searching for TOMLs. So e.g. renaming fiji-windows-x64.exe to debug-fiji-windows-x64.exe would still act like --debug is set, but not lose the context of the TOML file to read.
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.exe
also triggers anew_win_console()
.The text was updated successfully, but these errors were encountered: