How to see assembly code in 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