Make sure that the checkbox "Enable debugging options" in the Scripts tab of the General section in the Plus! Live preferences window is checked and then try to add
code:
Debug.DebuggingWindowVisible = true;
on the first line of your script to open the debugging window. Select your scripts name in the dropdownlist and then copy the contents of the textbox and paste them here, so we can see what's really going on with it.