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

Monitor console output of launched app #35

Open
araid opened this issue Dec 15, 2016 · 1 comment
Open

Monitor console output of launched app #35

araid opened this issue Dec 15, 2016 · 1 comment

Comments

@araid
Copy link

araid commented Dec 15, 2016

This might be a dumb question, but is there any way to visualize the console output of a Mac app launched via launchCommand?

I have an app that's been crashing only when launched with AMPM and I need to check its exception messages.

Thanks!

@endquote
Copy link
Member

...not really. We have the same problem on Windows. If you launch a console program with sideCommand in addition to a graphical program with launchCommand, you won't see the output of the console program. Something about how child_process.spawn works...

First thing I'd check with your program is to see if it has a different current working directory when you launch it manually vs with ampm. That could be confusing it.

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

No branches or pull requests

2 participants