Forum Discussion

dmitri_1's avatar
dmitri_1
Occasional Contributor
11 years ago

Debug Mode

How exactly do you make debug mode work?



I have enabled it, placed a breakpoint (red dot) beside one of the first few lines of my script test, ran it via F4 key, but all it does is run the entire test from start to finish.
  • vajindarladdad's avatar
    vajindarladdad
    Frequent Contributor
    Hi Dmitri,

    Please press Ctrl+F5 or F5 key to run the project.

    The execution will pause once it reaches the breakpoint.