Index: /trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp
===================================================================
--- /trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp	(revision 71506)
+++ /trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp	(revision 71507)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2006-2017 Oracle Corporation
+ * Copyright (C) 2006-2018 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -85,4 +85,8 @@
     if (!strcmp(psz, "breakpoint") || !strcmp(psz, "panic"))
         return true;
+
+    /* 'disabled' does not trigger a breakpoint. */
+    if (!strcmp(psz, "disabled"))
+        return false;
 
 #ifdef VBOX_RTASSERT_WITH_WAIT
