2019-10-26 02:31 PM
Look at this example dialog produced when trying to run the debugger:
Program file does not exist
/Users/ralph/STM32CubeIDE/workspace/RRMBLINKBLACKH743VIT6/Debug\RRMBLINKBLACKH743VIT6.elf not found
Note that correct file separators of "/" are used everywhere EXCEPT for an incorrect "\" as the final one before the elf file name.
Hopefully some quick patch can be released so that the IDE can actually be used for debugging on a Mac