When debugging C or C++ code in CLion, you can explore the underlying assembly code. To open the disassembly view, right-click a frame in the debugger tab and select Disassemble. This opens the disassembly view side-by-side with your source code and highlights the current execution line in both. You can freely switch between debugging in the C/C++ and assembly views and step through lines of code or instructions. Both views follow each other while debugging. Disassemble on demand works for both Intel and ARM assembly, and it also works when using remote debugging, like for embedded development.
Learn more: https://www.jetbrains.com/help/clion/...