Do I absolutely have to learn assembly language to be able to use the debugger optimally? I noticed that during debugging sessions, I see these cryptic codes and CPU registers... (eax... blah blah). I shall assume that that's assembly and I am supposed to somehow decipher the cause of the problem from it.
Is there some shortcut to understanding the debugger without having to learn assembly language?
PS: I saw an book on assembly that was almost 1000 pages and I don't have the stomach to go through it. Please help.
Edited:*I am using codeBlocks ide. But i guess the question still stands even for MSVC++*