Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - IDE debug option problem (without freely run?): (2 Items)
   
IDE debug option problem (without freely run?)  
I am debugging a target cross network in IDE on a window-based host. I tried to set several breakpoints to let the 
program run freely until it hits the breakpoints. 

But it seems to me that the debug option has Step into, Step over,...except run freely till the breakpoints. How can i 
make it? 

Thank u
Re: IDE debug option problem (without freely run?)  
There is a debug action called "resume" which should run the program to where the first breakpoint is set. You can then 
"step over", "step into" the breakpoint, or you can "resume" again to run till the next breakpoint.

You can also use the keyboard shortcut "F8" to invoke the "resume" action.

Does this mean what you are looking for?