Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find a debugger binary #5280

Closed
ser-vasilich opened this issue Apr 26, 2020 · 0 comments · Fixed by #5408
Closed

Can't find a debugger binary #5280

ser-vasilich opened this issue Apr 26, 2020 · 0 comments · Fixed by #5408
Assignees
Labels
bug subsystem::debugger Issues related to debugger

Comments

@ser-vasilich
Copy link

ser-vasilich commented Apr 26, 2020

Environment

  • IntelliJ Rust plugin version: 0.2.120.2202-201
  • Rust toolchain version: 1.44.0-nightly (b543afca9 2020-04-05) x86_64-apple-darwin
  • IDE name and version: CLion 2020.1 (CL-201.6668.126)
  • Operating system: macOS 10.15.4

Problem description

Unable to run debugger if enabled "Emulate terminal in output console"

Steps to reproduce

fn main() {
    for i in 0..5 {
        println!("Hello! {}",i);
    }
}

enable "Emulate terminal in output console"
^D
Screenshot 2020-04-26 at 08 46 01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug subsystem::debugger Issues related to debugger
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants