Debugging with ST-Link V2
Hi Laurent.
I have checked for updates. I am up-to-date.
Sorry for the confusion, I was trying to avoid confusion by NOT using my project name. I have updated the post to only say "target-actuator". I have selected the correct file.
I am working on Ubuntu 15.10. Eclipse Mars.2 Release 4.5.2. Ac6 1.11.
I have changed optimisation to debug, and I am using Ac6 STM32 debugging.
If I copy my OCD script to the eclipse plugins folder, and check "use default script", everything works. If I then copy the file to my project root folder and check "use local script", everything still appears happy. If I then reopen Debug Configurations, "use local script" is still selected but "Configuration Script" now reads "SCRIPT NOT FOUND".
I have done a grep for all references in my workspace to ".cfg". I found the following:
1) There is a file in my project root directory called ".custom.cfg". I'm not sure where this came from or if it is being used.
2) There is an entry in the .launches file:
./.metadata/.plugins/org.eclipse.debug.core/.launches/target-actuator Debug.launch:
Do I need to manually change this file to remove "${openstm32_openocd_script_path}/"?