ssbssa / heob

Detects buffer overruns and memory leaks.
Boost Software License 1.0
156 stars 25 forks source link

Executable remains open after the app is done #4

Closed orgads closed 6 years ago

orgads commented 6 years ago

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

ssbssa commented 6 years ago

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 commented 6 years ago

Then maybe use a stub executer like qtc does?

ssbssa commented 6 years ago

@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 commented 6 years ago

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