Replies: 1 comment 8 replies
-
Can you please clarify what do you mean by "zero indication"? VSCode shows you the exact line, and even the exact instruction where the segfault has occurred. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe I am not using vscode-lldb but in vim, I can run my debugger until a segfault occurs, and know exactly what line the fault occurs on:
However, with the same segfault, I get zero indication in vscode where the segfault actually occurs.
Is this expected? And if so is there any config to make it show where the segfault occurred?
Beta Was this translation helpful? Give feedback.
All reactions