-
Can anyone teach me how to debug the code in oxc_linter? For example, if I want to debug the code in {
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug oxc_linter",
"program": "${workspaceFolder}/target/debug/examples/linter",
"args": [],
"cwd": "${workspaceFolder}"
}
]
} I wonder if anyone can help solve this problem, thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
woai3c
Apr 9, 2024
Replies: 1 comment 1 reply
-
Make sure to install the rust-analyzer in your VSCode, the |
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
Thank you your reply.