Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing --debugger with no port can cause other arguments to be ignored #65

Open
ctrueden opened this issue May 22, 2019 · 0 comments
Open

Comments

@ctrueden
Copy link
Member

ctrueden commented May 22, 2019

For example:

ImageJ --debugger --update list-modified

Results in a random port being chosen for remote debugging, but then the main ImageJ application window appears rather than executing the intended command-line Updater action.

Whereas this invocation works as desired:

ImageJ --debugger= --update list-modified

Relatedly:

ImageJ --debugger=suspend --update list-modified

Does not respect the suspend, but does execute the updater action.

Noticed by @joshmoore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant