I have a project that I’m trying to do. It has multiple languages (Rust, Java, C++, Dart) And I want to use both the C++ and Java debugger. (I would do more, but I’ve looked and can’t find the Rust or Dart Debugger). Is there any way to do so? I’ve looked at the .replit
file docs and I can’t even find the debugger section. Is there any way to configure it for 2 different languages?
1 Like
Welcome to Ask! I don’t know for certain, but I’m not sure this is currently possible.
https://docs.replit.com/programming-ide/workspace-features/debugging#adding-support-for-other-languages-through-nix
1 Like