Remote debugging (VC6 & VC7.1)
Tech-Archive recommends: Fix windows errors by optimizing your registry
Which is the best way to get debug info (stack trace), if user of my app
have problems? I think that logging is not commonly used in C++ projects?
Can I deliver debug version (debug build) of my app to the user and he could
debug it using WinDbg? Which additional dlls I have to supply with debug
version of my app? Are those additional dlls freely redistributable (allowd
by MS)?
.
Relevant Pages
- CreateProcess DEBUG_PROCESS fails to show any window
... it creates the proc with a valid thread and proc handle ... returned showing fine in Task Man but the window fails to load. ... IF I create an appication without debugging info and the target app to ... load has no debug info CreateProcess with DEBUG flag loads the process ... (microsoft.public.vc.debugger) - Re: Heres what Ive decided to do [Was: Should I raise a fuss over this?]
... or two people around that might have a requirement for a simple app such as ... Download it, 30 seconds? ... Install it maybe a minute? ... Test it, Debug it??? ... (microsoft.public.vb.general.discussion) - Re: Advantech PCM-3342 WinCe 5.0
... all without any luck on both debug and release versions. ... messages you're seeing from the video driver and/or GWES? ... 0x83df4c20: Oom Critical Block Pages: 0002 Bytes: 00002000 ... (microsoft.public.windowsce.platbuilder) - Static Library Containing Dialog and Resource
... I have a static library that links with the static MFC lib. ... Everything works great with the debug build. ... But when the calling app that links in the ... Access Violation - nothing odd shows up in the debug build. ... (microsoft.public.vc.mfc) - Re: "Unexpected error" strangeness...(ipaq vb.net)
... If not, distribute a debug build, and saturate the source with debug logging ... > I've written an app that contacts a web server in order to log in, ... > * MSN Messenger is the active form when the login form is closed. ... (microsoft.public.dotnet.framework.compactframework) |
|