in reply to Re^2: Disabling a hardcoded breakpoint
in thread Disabling a hardcoded breakpoint
(if you need them permanently in your code). This should trigger only when something is not as expected (so hopefully seldom).if (some interesting abnormal condition) { $DB::single = 1; }
|
|---|