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

Executable remains open after the app is done #4

Closed
orgads opened this issue Jan 15, 2018 · 4 comments
Closed

Executable remains open after the app is done #4

orgads opened this issue Jan 15, 2018 · 4 comments

Comments

@orgads
Copy link
Contributor

orgads commented Jan 15, 2018

The exe file of the debuggee cannot be re-linked until the console window is closed (APPLICATION EXIT prompt).

@ssbssa
Copy link
Owner

ssbssa commented Jan 15, 2018

That is done because I might want to see the final output of a console program.
If you don't need to "control leak recording", disabling it does avoid this behavior.

@orgads
Copy link
Contributor Author

orgads commented Jan 17, 2018

Then maybe use a stub executer like qtc does?

@ssbssa ssbssa closed this as completed in 3df6bef Jan 17, 2018
@ssbssa
Copy link
Owner

ssbssa commented Jan 18, 2018

@orgads Thanks for your input, and for introducing me to git submodules (know about it but never looked into it) and qbs (didn't know about that before at all, but I was actually wondering if something like this existed for Qt Creator).

@orgads
Copy link
Contributor Author

orgads commented Jan 19, 2018

You're welcome. Thanks for this great tool :)

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