vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

Debugger #73

Open FlogramMatt opened 7 years ago

FlogramMatt commented 7 years ago

It would be really, really nice if it were possible to have a better debugger for Rust.. using gdb with VSCode is a mess.

Perhaps this would help? https://atom.io/packages/atom-debugger

vertexclique commented 7 years ago

Checked out that already. I want to implement both autocompletion feature (via RLS) and debugging support but currently, I've no time to do that. Any preliminary effort greatly appreciated. I want to put this effort in next one or two major versions.