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

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.
Parents
  • 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.
Reply
  • 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.
Children
No data