Replies: 1 comment 1 reply
-
@lixin-wei |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in gdb, there is a command
layout asm
to switch to assembly view of the running codes. And we can debug instruction by instruction.This is very useful when some part of my code is written in assembly language.
Does VSCode CPP plugin plan to support a similar feature? i.e. :
Beta Was this translation helpful? Give feedback.
All reactions