Hello,
I am using renesas E2 lite debugger for my custom RA4M1 MCU board.
I have connected my board to E2 lite debugger using the Serial Wire Debug (SWD) mode.
I have also selected correct MCU and E2 lite (ARM) debugger.
The code is compiling without any error (there are multiple warnings, which I am ignoring as of now).
when I am trying to launch the debug configuration I am getting the below error:-
After getting this error I tried to ask to chatgpt for some answer it said try to copy the folder from a working machine and paste it in the error location. for some reason it worked and I could use debug window to monitor expressions, but when I tried to pause the debugger use step into button the debugger collapsed and exited .
I created one more project ( copy of the previous project ) and when I tried to launch that project for debug I got this error.
After spending some time, what I have understood is that the E2 studio is not generating .sbd for the projects, where as the previous project was readily imported and it already had a .sbd file and because I copy pasted that folder from the working machine it worked on my machine too.
please suggest and help me do something about it.
My Debug Configuration:-
please let me know if more details are required I will be happy to share and assist.
Regards,
Sufyan
This is a know issue with the .sbd files when importing an older project into e2studio 2025-04. For now please either copy and paste an .sbd file manual from the previous project or create the project from scratch.
Sorry for the inconvenience.
Hi,
Thank you for the answer, However it also affecting the debug navigation even if it works after copying the .sbd file.
when I am trying to click on "step into" the debugger suddenly shuts down.
Will installing previous version of e2 studio work?