Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Cannot set breakpoint in Realview Debugger
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2046 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Cannot set breakpoint in Realview Debugger
kunlun kunlun
over 12 years ago
Note: This was originally posted on 25th September 2009 at
http://forums.arm.com
When I try to set breakpoint in Realview Debugger 4.0, it failed with a popup window, saying "E0039 Line Number not found". Is there anyone have encountered this problem? Thanks.
Attached is the fail picture.
jameer mulani
over 12 years ago
Note: This was originally posted on 3rd October 2009 at
http://forums.arm.com
In short, your debug symbols are not matching with Image. rebuild image and make sure that you pointing right source code
Cancel
Vote up
0
Vote down
Cancel
Martin Weidmann
over 12 years ago
Note: This was originally posted on 25th September 2009 at
http://forums.arm.com
The error message means that RVD couldn't convert the line number you clicked on back to an instruction. This usually happens to me when I have editted a file since last building the image - meaning the debug data is out of date. Or, if you have not built with debug information (-g/--debug flag for the compiler) - although if RVD openned the file that seems unlikely. My suggestion is to try re-building.
Cancel
Vote up
0
Vote down
Cancel