IsRunningInEditor (open)
Returns TRUE if the current process is running in an editor/debugger
Syntax
LOADLIB "wh::os.whlib";
BOOLEAN FUNCTION IsRunningInEditor()Return value
BOOLEANTRUE the current process is running in an editor/debugger
Description
This function returns TRUE if you've set the WEBHARE_INEDITOR environment variable to 1. You should configure your editor or IDE to do so.