Why not use breakpoint debugging? #12188
Unanswered
gaowujie2004
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the source code, in the Cargo.toml file located in the project root directory, there is such a configuration:
"We don't rely on it for debugging much." So, how does the OXC project conduct debugging? Personally, I prefer using breakpoint debugging.
The configuration line "debug = false" made me both frustrated and amused:
The debugger settings are all correct ✓
The toolchain configuration is all correct ✓
The breakpoint settings are all correct ✓
But it just doesn't work...
Then it was discovered that a single line of configuration in Cargo.toml had turned off the debugging information. I was both angry and amused.
Beta Was this translation helpful? Give feedback.
All reactions