Comment on Show HN: TRUST – Coding Rust like it's 1989parentComments−IshKebab4moWhat do you mean the debugger is "not implemented"? I debug Rust code all the time with CodeLLDB. Works perfectly. Better than C++ in most ways.−ameliaquining4moThat's referring to this specific retro-style IDE, which doesn't yet have a debugger UI; selecting the "Debug" menu item produces a "not implemented yet" error.−wojtczykOP3moDebugger support is now implemented thanks to a PR contribution.
Comments
What do you mean the debugger is "not implemented"? I debug Rust code all the time with CodeLLDB. Works perfectly. Better than C++ in most ways.
That's referring to this specific retro-style IDE, which doesn't yet have a debugger UI; selecting the "Debug" menu item produces a "not implemented yet" error.
Debugger support is now implemented thanks to a PR contribution.