User Tools

Site Tools


tools:singlestepping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tools:singlestepping [2017/10/01 18:06] – [Single Stepping] graftools:singlestepping [2017/10/01 18:22] – external edit 127.0.0.1
Line 16: Line 16:
 $ ./sequencerUI "localhost"  // if the EEROS application runs on the same machine $ ./sequencerUI "localhost"  // if the EEROS application runs on the same machine
 </code> </code>
 +After starting you will be prompted for your input.
  
 +<code> 
 +$ Enter 's' for single step, 'c' for continue, 'b' for break: 
 +</code> 
 +Entering the character 'b' will turn single stepping on and stop the execution of steps. 's' will execute the next step. 'c' will turn single stepping off. \\ 
 +If you want your EEROS application to switch to single stepping mode upon startup you can do so with 
 +<code> 
 +  sequencer.singleStepping(); 
 +</code>
  
tools/singlestepping.txt · Last modified: 2019/03/14 09:34 by graf