H
Herhor
Hello!
I have already started C++ programming with VC++ 2005 Express Edition.
Unfortunately during debugging one of my first programs I had to
unintentionally enable some debugger configuration feature which turns
on Disassembly Window at the end of every my program (basic example below).
int main()
{
//some instructions;
// ................here when F10 pressed
}
Could you tell me how to disable this feature because low-level
debugging isn't necessary yet in my situation at all.
I have already started C++ programming with VC++ 2005 Express Edition.
Unfortunately during debugging one of my first programs I had to
unintentionally enable some debugger configuration feature which turns
on Disassembly Window at the end of every my program (basic example below).
int main()
{
//some instructions;
// ................here when F10 pressed
}
Could you tell me how to disable this feature because low-level
debugging isn't necessary yet in my situation at all.