Forum Discussion

g_kucharski's avatar
g_kucharski
Occasional Contributor
11 years ago
Solved

Sript Step-by-Step execution

Hi,

is it possible in TC to execute your script in step-by-step mode?
  • Hi Grzegorz



    Yes it is.  If you place a breakpoint towards the start of your script (on the first executable line, excluding variable declarations, then run it, the system will stop at the breakpoint.  You can then step through it using the Breakpoint buttons on the toolbar (or by using F11 - step into and F10 - step over).



    Regards

    Stephen.

2 Replies

  • sbkeenan's avatar
    sbkeenan
    Frequent Contributor
    Hi Grzegorz



    Yes it is.  If you place a breakpoint towards the start of your script (on the first executable line, excluding variable declarations, then run it, the system will stop at the breakpoint.  You can then step through it using the Breakpoint buttons on the toolbar (or by using F11 - step into and F10 - step over).



    Regards

    Stephen.
  • g_kucharski's avatar
    g_kucharski
    Occasional Contributor
    Thanks! I had debug menu hidden... never knew there were additional commands for breakpoint.