CLion and Rust debugging issue
See original GitHub issueThis is a CLion and Rust debugging issue.
When a debug point is set on a library (dependency crate), the debugger doesn’t while running in debug mode.
Environment
-
IntelliJ Rust plugin version:
0.2.106.2135-192
-
Rust toolchain version:
$rustc -V
rustc 1.38.0-nightly (6e310f2ab 2019-07-07)
$rustup -V
rustup 1.19.0 (2af131cf9 2019-09-08)
- IDE name and version: CLion 2019.2.3
Build #CL-192.6817.18, built on September 24, 2019
Runtime version: 11.0.4+10-b304.69 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.6
GC: ParNew, ConcurrentMarkSweep
Memory: 1987M
Cores: 12
Registry: run.processes.with.pty=TRUE
Non-Bundled Plugins: com.vladsch.idea.multimarkdown, org.toml.lang, org.rust.lang
- Operating system:
Mac OS Majave
Version 10.14.6 (18G103)
Problem description
Debugger doesn’t stop in break-points set in dependency crates defined in Cargo.toml
Steps to reproduce
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Debugging Rust Code in CLion - The JetBrains Blog
In this post, we'll take a closer look at how the plugin cooperates with CLion when it comes to debugging your Rust applications....
Read more >CLion and Windows 11, Debugger won't work. : r/rust - Reddit
11 votes, 30 comments. Hello, I build a new Rig and switched to Win11. My Problem now is, that my debugger seems a...
Read more >intellij-rust/intellij-rust - Gitter
So.... I can run a Rust program in CLion and see the output. I can "debug" and stop at the first break point,...
Read more >Cannot use breakpoints in CLion, Rust ("The ... - Stack Overflow
... in CLion, Rust ("The breakpoint will not currently be hit" issue) ... But when it comes to debugging, it appears that I...
Read more >IntelliJ Rust
IntelliJ Rust brings JetBrains-quality language support and full IDE experience to your Rust workflow. Rust becomes native to IDEA, CLion, and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi all, I finally fixed this by uninstall the latest CLion 2019.2.5 and installed CLion 2019.2.1, it seems this bug only happens with the latest CLion version.
PS: I also tried delete CLion config files in
~/Library/Preferences
, or reinstall CLion 2019.2.5, none of them works.I don’t have any anti-virus softwares in my mac