Debugging your application

7
Debugging your application

Transcript of Debugging your application

Page 1: Debugging your application

Debugging your application

Page 2: Debugging your application

01 – Right click on the step you want to pause the project and click “toggle breakpoint”.

Page 3: Debugging your application

02 – Right click on the canvas and click ondebug project.

Page 4: Debugging your application

03 – Activate your flow typing localhost:8081 on your browser

Page 5: Debugging your application

04 – You should see this screen. Check the value ofpayload BEFORE the set payload step is done.Rembmer: F6 for “next step” (of debugging)

Page 6: Debugging your application

05 – After the step of set payload is done:

Page 7: Debugging your application

06 – End of the flow.