2022-02-23 08:48 AM
Hi all,
I'am new user on the site and I need help for an error I did not find on internet.
I use STM32CUBEIDE 1.8.0
When debugging, if I read LIVE EXPRESSION I have the following windows, alse on SFR windows :
The other windows works perfectly
I try to reinstall CUBEIDE after delete the old directories and after a clean register with regedit ........ sill the same error
Thank you for your help
Patrick
Solved! Go to Solution.
2022-02-25 08:08 AM
What is the origin of the workspace and project you are trying to debug? You have references to com.atollic.truestudio....
To me this suggests that you have an old Atollic TrueSTUDIO workspace that you tried to open in CubeIDE. This is not possible. Or that you imported an old Atollic TrueSTUDIO project in the wrong way.
Do this:
This will give you a clean workspace, and it will import the old TrueSTUDIO project invoking our project format converters to convert the project files into CubeIDE files.
Let me know if that solves the issue.
2022-02-25 08:08 AM
What is the origin of the workspace and project you are trying to debug? You have references to com.atollic.truestudio....
To me this suggests that you have an old Atollic TrueSTUDIO workspace that you tried to open in CubeIDE. This is not possible. Or that you imported an old Atollic TrueSTUDIO project in the wrong way.
Do this:
This will give you a clean workspace, and it will import the old TrueSTUDIO project invoking our project format converters to convert the project files into CubeIDE files.
Let me know if that solves the issue.
2022-02-25 10:25 AM