Debug check
This check will both ensure that the application is not debuggable, and verify that no debugger is attached. In production, this should never be the case - and so this is a simple check to add with very little downsode
safeToRun({isDebuggableCheck()})
Last modified 6mo ago