Debug VS2005 application
-
I have VS6, which is a great little compiler. If I had an error, VS6 showed me the error and what lead up to the error. That is, what functions where called before the error. That helped me spot where the error was. Im using VS2005 and when an error arises, I just see the error. Is there a way finding out what functions were called just before that error was committed? Please let me know because that will be help me debug an application Im working on. Sincerely, Danielle Brina
-
I have VS6, which is a great little compiler. If I had an error, VS6 showed me the error and what lead up to the error. That is, what functions where called before the error. That helped me spot where the error was. Im using VS2005 and when an error arises, I just see the error. Is there a way finding out what functions were called just before that error was committed? Please let me know because that will be help me debug an application Im working on. Sincerely, Danielle Brina
when your app stops, go to the Debug menu, in the Windows sub-menu, find "Call Stack".
-
when your app stops, go to the Debug menu, in the Windows sub-menu, find "Call Stack".
-
when your app stops, go to the Debug menu, in the Windows sub-menu, find "Call Stack".
Call stack is a great tool for this... :thumbsup: