Topic : breakpoints and variable problems in debug

Forum : ARM

Original Post
Post Information Post
September 17, 2009 - 6:31pm
Guest

Does anyone have any ideas why some, not all, variables show as error(3): Undefined symbol?

Also, why some sections of code are not able to set breakpoints and in some cases entire routines are not able to have breakpoints set?

Thanks.

Replies
Post Information Post
+1
0
-1
September 18, 2009 - 10:04am
Raisonance Support Team

Hi,

This kind of behavior is very often related to optimization.

See more information here:
http://raisonance-forum.xsalto.com/viewtopic.php?id=2694

And also, by default the options are set so that uncalled functions are not linked at all, which can explain why you cannot set breaks in them.

If you still cannot watch your variables or set breaks in your functions after disabling optimization and turning "Remove Unused Sections" option OFF, please send a Ride project that shows the problem, with source files, at "support@raisonance.com".

Best Regards,

Vincent