When running the vccleanup.ps1 script, on Ubuntu 18.04.5 with dotnet 3.1.403, it produces errors about 'Debug' modules not found.
I have a GUI app that runs a script, and I need to debug the script. The GUI does not provide a way to change the interpreter so I cannot run rdebug-ide mycode.rb. Byebug offers a way to remote debug ...