inDebugger property

bool get inDebugger

Determines if running in an IDE or in production.

Implementation

static bool get inDebugger => v.AppMVC.inDebugger;