Open Disassembly View

已回答

A similar question has already been asked, but it had no answers.

(https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000170484--Disassembly-view-for-debugger-for-my-code-when-code-is-available-?input_string=Open%20Disassembly%20View)

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.

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.

1

请先登录再写评论。