Print

How to reach a specific point in a programme at start-up (debugging)?

Sometimes, during debugging, we want to start the programme at a specific point in the programme.

Here, a tip for reach a specific point in a programme at start-up.

We are going to use:

  • Loop tool for define what you want to skip (in red below)
  • Break of the Loop tool for immediately jump to the end of the loop
  • Next of the Loop tool for define the end of what we want to skip

 

 

 

 

 

 

 

 

 

 

.