2020-02-05 12:29 AM
Hi
I am developing code for an STM8 processor using ST Visual Developer. I have started having issues with debugging my application. When I click the Debug icon, STVD crashes. In the debug output I can see that it is trying to open the .elf file. The next line says that it failed to change to the Debug directory.
I have had Debug sessions working in the past, so I'm not sure what has changed. Any ideas would be appreciated.
Thanks
2020-02-06 12:19 AM
Looks like I have found the solution. It has something to do with the permissions on my system. If I run STVD as an admin, everything is ok.