Forum: Toolchain
|
re: Debugger does not see Breakpoints I am using the SDK IDE v1.50 version with the updated R1 modules. I have not found anything that does work reliably with the IDE debugger. Did it ever work for you? Posted by: Clay Friday 18th January, 2008 at 1:44am |
| Reply To this Message Quote this Message |
|
re: Debugger does not see Breakpoints
In the step-by-step mode its works normally. However, when I put the breakpoints, the programm does not stop on the breakpoints and does not running (end divice does not establish communication with the coordinator). Without the breakpoints programm works normally. Its stoped at the HAL_BREAKPOINT(), and then, after Debug/Continue keystroke, - communication is established. I something not so do? I am a biginner in this matter.
Posted by: borman Friday 18th January, 2008 at 6:09am |
| Reply To this Message Quote this Message |
|
re: Debugger does not see Breakpoints Hi, Many debugger issues have been fixed in the latest SDK available from the web site 1v5.0. Please read the Code blocks user guide section 5, this provides details on the debugger and explains why you may get unexpected behaviour. http://www.jennic.com/support/view_file.php?sectionID=0000000007&fileID=0000000104
The only issues that we are aware of are: 1/ global watch is unavailable so you need to copy any globals to locals if you wish to watch them. 2/ There is a problem with step over functions, it always steps into the function. So it is best to use run to cursor, or set breakpoints.
Kind regards, Neale
Posted by: JennicNdani Friday 18th January, 2008 at 8:53am |
| Reply To this Message Quote this Message |
Post
Add a Post
Quote post as a basis for post
New post
There are currently 119 people using the Forum out of a total of 2998 registered users