Backlight Bug - Eclipse

Strange - this hangs the simulator. I've restarted Eclipse. Tried different devices. It enters the conditional and then hangs the simulator. This is part of my ALERT function - that beeps and vibrates for a short time and turns on the backlight to help get the user's attention (backlight turns off automatically after a short time).

  • I have the following code, nearly identical and it does not hang for me.

    	if (Attention has :vibrate) {
    		var vibeData =
    			[ 
    				new Attention.VibeProfile(50, 500), // On for .5 second
    			];
    		Attention.vibrate(vibeData);
    		if (Attention has :backlight) {
    			Attention.backlight(true);
    		}
    	}
    

    Here are some details on my environment.  Windows 10, Eclipse Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200

    CIQ SDK 3.2.3 with Eclipse CIQ Plugin 3.2.3