Hi,
I have been using Visual Studio 2005 for 5 months now and quite a few time I have come across a problem which is, when I write a program and try to debug and trace the error/problem in the program. using step by step procedure i.e "F10" after pressing F5 (Debug Mode) from Break Point I get disassembly code instead of showing the steps in the program...
I dont know know why this happenes and need to get rid of this problem so that I can debug my program by tracing the normal code instead of tracing the assembly language code....
Please help...
Thank You in advance...
Regards
Digital Don
I have been using Visual Studio 2005 for 5 months now and quite a few time I have come across a problem which is, when I write a program and try to debug and trace the error/problem in the program. using step by step procedure i.e "F10" after pressing F5 (Debug Mode) from Break Point I get disassembly code instead of showing the steps in the program...
I dont know know why this happenes and need to get rid of this problem so that I can debug my program by tracing the normal code instead of tracing the assembly language code....
Please help...
Thank You in advance...
Regards
Digital Don
Comment