Hi Mike,
Thanks for the bug report. The problem will be fixed in the next VrmlPad update.
Ildar
in step-by-step debugging, mouse overing on expression like this (on right side):
a = arr[++idx];
every time, when tip appears, VRMLPad 2.1 actually modifies variable idx !!!
thus corrupting debugged program variable...
to return valid state, must manually correct value...
|
|