How to see assembly code in debugging

I am debugging stm32 program ,and i want to see assembly code when debugging the program.

Which IDE are you using for debugging?

In Visual Studio Code:

  • Go to the Debug view (click the bug icon on the left side)
  • Click DISASSEMBLY at the very bottom
  • Click Switch to assembly

4 Likes