Open Disassembly View
Answered
A similar question has already been asked, but it had no answers.
I am looking for a way to view the disassembly of certain code blocks while debugging.
I am particularly interested in assembly of my own code - not only code of libraries and co where no sources are available.
Following the gif (disassembly view for debugger) and pressing shift + f9 during debug does not help. It starts another debug instance.
I am using clion 2017.1.3 and eclipse-based shortcuts. I am working with linux, gcc and gdb.
Please sign in to leave a comment.
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.