servoy 5 calculations get triggered

While debugging my methode in Servoy 5 with a “while” loop, every loop step triggered calculations of the table!!??
The only thing what the loop is doing is filling values into dataprovider. No calculation function, no pointer to a calculation. Also the calculation type has nothing to do with the methode and form I’m debugging.
But why gets the calculation triggered in the debugger?

when you are altering data and that is saved
calculations are triggered right before the save so that we are sure that everything that goes into the database is correct.
Even if you didnt touch the calc at all.

Johan,

it would (sometimes) be very handy to have an option in the debugger, to just skip debugging the calculations…
Is that possible for a future release?

it could be possible
but why does it break at the calculations!
are you still constantly using global method entry break? Turn that off! ;)