IsRunningInEditor (open)
Returns TRUE if the current process is running in an editor/debugger
Syntax
LOADLIB "wh::os.whlib";
BOOLEAN FUNCTION IsRunningInEditor()
Return value
BOOLEAN
TRUE 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.