2023-10-18 09:53 AM
Hello,
After after installing version Version: 1.13.1 (I have before the 1.8.0). I can open my Projet and compile with no errors. But when I'm in Debug mode I can't see my code but I have this message :
What does that mean ? The source file I can see :
Do you know how to proceed ?
Thank you for your helps.
Regards
2023-10-19 06:59 AM - edited 2023-10-19 07:07 AM
Hi,
After your advices I have this picture :
So probably I must click on Restore Defaults ?
I think it's not a good idea to upgrade to 1.13.2. I had a lot of problems switching from version 1.18 to version 1.13.1. Can you give me more detail about :
I don't know how to proceed. Thank you for your helps.
2023-10-19 07:10 AM
I think that you project is not correct in the workspace.
Delete ist from the workspace
and reimport it. (open projects from File System)
The 1.13.2 have some Bug-fixes over the 1.13.1
padawan
2023-10-19 07:15 AM
If I do that; I'll lose my project right ? So how to import if you have nothing on your disk ? I don't understand your method
2023-10-19 07:19 AM
No the picture will read as "not check this ooption"
if you know where your project with all the source files are. make a Backup
(right click on the project folder -> send it to -> Zipfolder.
padawan
2023-10-19 07:29 AM
Ok, I'll do that. But after how to reimport it ? Can you give me the details please ?
2023-10-20 12:54 AM
Ok this will be a long telling about basics.
The zip folder is only for you as Backup. With this the state can always be restored.
Unzip the zip file on your desktop into a folder say "Test". Delete the .launch file in the folder.
Then go to "Open Projects from File System" in the IDE. Navigate to your "Test" directory on the desktop. Then OK.
Do a "Project-> Clean" and a "Project->Build All".
Then in "Run-> Debug Configurations". Then create a new configuration.
Apply.
Then "Run Debug".
What happened now? Is it working?
Padawan
2023-10-20 02:57 AM
Hi,
Thank you for your helps. After rename the folder and delete the .launch file, I open the the Test projet like this picture. After clicking finish
I have nothing in my IDE :
Very strange
2023-10-20 03:56 AM
Hi
please copy the files not into the Workspace. Copy them into a Folder on your Desktop.
And then import the Folder from your Desktop.
Padawan