[Migrated content. Thread originally posted on 25 January 2008]
How can I determine if the runtime is in debug mode programmatically.Wanting to be able to do something like this:
IF DEBUG-MODE
STOP "DEBUGGING"
END-IF.
But how can I determine that the runtime is in debug mode.



