1
natanbc
5y

My university's IT department can't even install debuggers on the computers, so if we're on linux and need to debug something, we need to save the code to an usb stick, reboot to windows, boot a VM and install valgrind there (or manually install the needed .deb files, which ends up being even more of a hassle than just rebooting)

Comments
  • 0
    But.. Valgrind only support Linux... why do you need to switch to Windows to use it?
    ____________
    I want to use Valgrind too but my OS is Windows and I don't want to use Ubuntu on Windows or install venv
Add Comment