-
I need to debug the goasm boundary and step exactly into every instruction, is there a command for vscode/CLI interface for this (I made some macros in go asm, and usual "step in" in Vscode doesn't steps into :( )? |
Beta Was this translation helpful? Give feedback.
Answered by
aarzilli
May 23, 2023
Replies: 1 comment 1 reply
-
NextRequest, StepInRequest and StepOutRequest all have a SteppingGranularity argument that we appear to handle correctly. I have no idea how you would get VSCode to pass the correct parameter there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
leha-bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NextRequest, StepInRequest and StepOutRequest all have a SteppingGranularity argument that we appear to handle correctly. I have no idea how you would get VSCode to pass the correct parameter there.