Topic : Debug arrow and main symbol disappeared

Forum : Ride IDE

Original Post
Post Information Post
June 10, 2016 - 12:04pm
Gianmichele Verdano

Hi,

Suddenly when I start a debug session in normal debug mode I dont see the blue arrow at the beginning of the main function and the main symbol is not defined in the disassembly view...why this appen?

Replies
Post Information Post
+1
0
-1
June 14, 2016 - 9:39am
Etienne Cassin

Hello,

Could you please provide more information about the version of Ride7 and the Rkit.

Thanks

regards,

+1
0
-1
June 14, 2016 - 5:35pm
Gianmichele Verdano

I've Ride7 7.60.15.0327 enterprise version and Rkit 1.62.15.0334 enterprise suite.

+1
0
-1
June 16, 2016 - 2:38pm
Etienne Cassin

Hi,

I need also to know your window version and the name of the MCU (I suppose you are using the Rkit-ARM).

Does it happen the same thing using an example provided in Ride7? What happen when doing a reset? Could you check in the Disassembly view if you arrived at the main when resetting? does you received some error messages in Debug outup view (like "out of code").

Thanks,

+1
0
-1
June 16, 2016 - 3:04pm
Gianmichele Verdano

Hi,
I've Windows 7 with Rkit-ARM. It doesn't happen with Ride7 examples but only with my project. If I do a reset the disassembly code goes on Reset_Header symbol. I've tryed to do a new project with the same code and same project options and there are no issues.
In the disassembly view in the wrong project I don't see the main symbol and the blue debug row in the code:

wrong


In the correct one I see this:

good

I don't have debug error.