View Single Post
  #13  
Old 01-18-2005, 20:36
mihaliczaj
 
Posts: n/a
Quote:
Originally Posted by arkanoid
You mean "Inside the C++ Object Model"?
Yes, I meant that, I'd just forgotten the exact title, thanks for telling, I've corrected my post.

Are you sure that the asm code is the best way to understand the code? You loose all the info that is buried in the source code (variable/function names etc.).
Isn't it easier simply debug the application step by step? Even if you are not a C++ expert this would be much easier IMHO. In most debuggers there is a mixed C++/asm view where you can debug the asm if you want, and you can see to what asm code the C++ source is compiled.
Reply With Quote