S
S
Sergey2016-10-20 00:23:29
Debugging
Sergey, 2016-10-20 00:23:29

In which development environment for programming in Rust, can I set up a debugger?

I tried the Rust plugin for IntelliJ IDEA, but I couldn't find the option to configure the debugger.
So that you can see the call stack, the values ​​of variables, etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Orlov, 2016-10-20
@madfly

Under Windows, I tried VisualRust for MS Visual Studio (rust MSVC ABI version). It becomes possible to set breakpoints in the built-in debugger. But it does not show the values ​​of the variables. So it makes little sense.
If under Linux, then it seems like plugins for Sublime Text, Atom and Visual Studio Code allow you to fasten gdb.
Here, I found a link about using gdb under Windows:
stackoverflow.com/questions/33570021/how-to-set-up...
I haven't tried it myself yet. I found the link here, there is some more information: https://users.rust-lang.org/t/debugging-rust-on-wi...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question