Forum : ARM
Original Post
Post Information | Post |
---|---|
June 25, 2008 - 7:31am
|
HI all, can u please send me document specific to debuging using Ride 7 and Rlink(various features, its use). Best Regard |
Hi
May I ask you what is your target.
Also it is not possible to use trace with RLink (it is only supported for uPSD family).
It can be used with other targets but only when you use the simulator.
Best regards,
Matloub
Hi
I want debug the program.
I am using Ride7 and Rlink.
But i didnt got expected value of variable in watch window.
Can i come to know the approximate execution time. So to wait for that much time only.
Because when i give breakpoint sometime it comes to that point and sometimes it doesnt.
Best Regard
sai
Hi
Unfortunately it is not possible to know the execution time with the simulator.
I think one way to realize what you described could be to use the number of time that the line was executed.
I mean in debug mode you can see for each line how many times it has been run so you can use it to help you know what happened.
Best regards,
Matloub