U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » howto see assembly code? [SOLVED]
Re: howto see assembly code? [message #27 is a reply to message #26] Mon, 21 November 2005 18:44 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
It is always showed when debugging in the right pane. Just place breakpoint and run the app.

BTW, there is a problem with viewing release code assembly (useful when doing optimizations). I tend to solve this by placeing __BREAK__, which is essentially *(int *)0 = 0; to crash the code at the right place and invoke debugger Smile
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Can't compile console application with MS C++ Toolkit
Next Topic: ArrayCrl - compiling error
Goto Forum:
  


Current Time: Sun Apr 26 21:14:14 GMT+2 2026

Total time taken to generate the page: 0.00540 seconds