Index: /trunk/src/VBox/Main/MediumImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/MediumImpl.cpp	(revision 32902)
+++ /trunk/src/VBox/Main/MediumImpl.cpp	(revision 32903)
@@ -3878,5 +3878,5 @@
                                 &parentId, location.c_str(),
                                 m->pVirtualBox->settingsFilePath().c_str());
-                        DebugBreakThrow(S_OK);
+                        throw S_OK;
                     }
 
