Yes, but would it be possible to continue debugging after the breakpoint (i don't want to go through the steps like registration again) and make the template work until the next breakpoint? To make it more clear: let's say we have a template that has 4 steps: step1, step2, step3, step4.
I want to put a breakpoint on step2, so the projectmaker will do it thing until it reaches step 2. But when i remove the breakpoint from step2, i want to put it on step 3 and then change the starting position to step2 (if step1 is registering an account, it will be annoying to always change this data).
I'll try it in russian:
Хотелось бы иметь возможность изменить стартовую позицию с которой начинается тест шаблона. Как вы понимаете, часто на первом шагу приходится делать регистрацию на каком либо сайте, и без изменения стартовой позиции мне приходится каждый раз менять такие детали как юзернэйм и почта, чтобы проходить уже через те шаги которые я и так знаю что работают.