Debugger wont launch
I've been using the STM32CubeIDE on a Ubuntu system to develop code for our STM32 based device. Up until today everything was working just fine. But today I made some changes to my code, and when I went to launch the debugger to try it out, I get nothing. I click the Debug button in the tool-bar, nothing. If I go to the Menu and select Run->Debug, nothing. Everything else seems to be working (builds work, I can switch perspectives, etc). It just seems that the debugger won't launch. The frustrating part for me is that I can't even find where to look for info. Is there a log file someplace that might have debugger output?
The only thing that I can think of that I might have changed since the last time I ran the debugger is yesterday in installed PyDev (we use python for automated test scripts). That seemed to work fine, but then the debugger stopped, so I uninstalled PyDev (didn't help). I even tried re-installing STM32CubeIDE but still no joy.
Any pointers as to where to look would be greatly appreciated.
/dwight