Skip to main content

Debugging - is this possible to i.e. setup some breakpoint and let the application run all the previous steps before selected one?

I like using debug function on steps (CTRL+Shift+D). To debug below Step i need to first debug all the previous steps and then i am able to debug the current one.

However, if I happen to update logic on some step from the top i then would need to run & debug all the previous steps before i could debug i.e. Multiplicative Regex Matching.

Is this possible to automate the manual work here? I would like to create a breakpoint on Multiplicative Regex Matching and each time i could just click a button and it would self-debug from the start to my breakpoint.

 

I looked in your documentation but didn’t found any solution for this. I found some debugging view in ONE Desktop but it doesn’t allow me to add breakpoints.

Do i need to configure my debugger somehow to achieve the above?

 

Szymek

What I’ve traditionally done is put a multiplicator and a text file writer wherever I need to see “what did the data look getting up to here”.

It gets a bit clunky and cumbersome, especially if the plan gets big I end up getting a LOT of debug files.

Yes, a “debug up to here” option would be very welcome indeed!


Thank you for the solution @may_kwok 🙌


Reply