Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error debugging
Message
 
 
To
27/02/2011 22:37:08
General information
Forum:
ASP.NET
Category:
Troubleshooting
Title:
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01501373
Message ID:
01502042
Views:
22
>>Hi everybody,
>>
>>This is not actually a .NET question. Quite often when a Windows application crashes (in my case it was C++ app), it gives an ability to debug it in Visual Studio. But how exactly should I debug it and is it useful at all to answer yes on the debugging dialog?
>>
>>Say, this is what I see in the middle of the stack:
>>
>> mfc100.dll!COleDispatchImpl::Invoke(long dispid=49, const _GUID & riid={...}, unsigned long lcid=1033, unsigned short wFlags=4, tagDISPPARAMS * pDispParams=0x00000001, tagVARIANT * pvarResult=0x00000000 Empty, tagEXCEPINFO * pexcepinfo=0x0018f228, unsigned int * puArgErr=0x00000000) Line 1507 + 0x10 bytes C++
>>
>>
>>Does it help me in any way? Is there a way to see the actual code that led to the error?
>>
>>Thanks in advance.
>
>LOL at Viv's answer, it was spot on.
>
>Basically unless you are really good at assembly language, the BIOS, Win32 and have TONS of time to waste. Don't bother with it.
>
>Unless you have the source code, you would have to reverse engineer most of what it will show you.

Thank you both. I actually had the source code and even C++ developer was helping me, but we determined the problem was not from C++ application (at least when it crashed, it didn't point to any C++ application code).
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform