Disassembly view for debugger, for my code (when code is available)

已回答

 

 

Hello, please tell me, can I see disassembly view for my code, which was created by gcc, in debugger?

I want to see how my loops are realized in asm code.

 

0

Hi!

For now, you can step into disassembly code only when the sources are not available. We have a feature request about assembly view of all code for your project in our tracker: https://youtrack.jetbrains.com/issue/CPP-1742. Feel free to comment or upvote.

 
0

请先登录再写评论。