Hacker News new | ask | show | jobs
by rhodysurf 3735 days ago
Also because they are just using VSCode as a front end for GDB. GDB does not ship on OSX and you have to compile from scratch to install it. GDB also doesn't work with MSVC binaries so that explains the lack of Windows support.
3 comments

gdb is available on mac without compiling using macports or downloading using brew. You do have to sign it yourself though as osx blocks debuggers from debugging without a signature. For windows debugging, we suggest using the community edition of Visual Studio (https://www.visualstudio.com/en-us/products/visual-studio-co...)
Given the GDB integration I'd love to see a proper Rust debugger. VS Code seems like a solid base for a nice Rust IDE.
For Windows they could have used their own debugger, CDB.