From time to time I’m encountering scripts which don’t actually save when verified. If I make changes and then step through, new steps are passed over. However if I reboot Servoy the revised script now runs all steps. It would appear as if verification is not equivalent of saving.
Quitting the solution isn’t sufficient, I must fully quit Servoy for the new version of the script to “take”. The problem appears to be occasional, no apparent pattern to it.
jcompagner:
hmm need to have some clue when this is happening..
It’s not frequent, but it happens. I usually notice it when I’m debugging something and the debugger presents dialogues which have been disabled by // or completely deleted. I reverify the method and it still happens.
I’ll watch for it, but it’s happened at least three times in the past couple of months. Solved every time by quitting Servoy and then relaunching. Nothing else required to resolve the issue. I suspect the debugger is running through a buffer version of the method rather than the saved version. The last time it happened I turned off the debugger and just ran the method in the standard way. It still performed old code.