getMethodTriggerElementName crashes Developer when Enable...

When executing application.getMethodTriggerElementName while Enable entry break is selected in the debugger and the debugger is, of course, Enabled, the entire Servoy Developer environment crashes.

This behavior is consistent and reproduceable every time.

Servoy R2 2.2.4 build-336 on Windows 2003 using Java 1.5.0_06

Hi Providence

Just tested with “Enable entry break” enabled/disabled & debugger on but cannot reproduce the problem.

I’m on XP Pro & slightly older Java than you.

Servoy Developer
Version R2 2.2.4-build 336
Java version 1.5.0_05-b05 (Windows XP)

Have you tried re-booting computer to clear all the caches. If that fails try five anti-clockwise circles and sprinkling some stardust - usually works for me :)

Regards

Graham Greensall
Worxinfo Ltd

Probably only works on the British version! :D

If you could try setting a global from getMethodTriggerElementName, fill the global and see what happens when you break into it via the debugger…

I’d be curious…

What event is triggering your script?
It’s known that onFocusGained and onFocusLost events can screw up your debugger.

That’s it then! OnFocusGained!

Is there a fix pending?

I’ll ask Johan if it’s possible to bypass this event when in debug mode.
For now it’s not possible to debug with these events.