-
Notifications
You must be signed in to change notification settings - Fork 263
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
indicate app exit code #1323
Comments
From [email protected] on September 04, 2013 16:03:59 To make it look nice in VS I ended up having to parse -prefix_style in In cygwin shell: In Visual Studio:
|
From [email protected] on September 05, 2013 16:04:36 This issue was closed by revision r1527 . Status: Fixed |
From [email protected] on September 04, 2013 18:07:58
I noticed this when using DrMem as an External Tool in the VS IDE: the
app's exit code is not indicated by VS, so it's hard to tell whether it
crashed. Perhaps DrMem should print a message on a non-0 exit code. I'd
also add the code to the bottom of global.log, if not somewhere in
results.txt.
Xref issue #1015 .
Unfortunately we need DR issue #1260 to do this cleanly. For now I may just add
to the DrMem frontend for Windows-only.
Original issue: http://code.google.com/p/drmemory/issues/detail?id=1323
The text was updated successfully, but these errors were encountered: