Home | History | Annotate | Download | only in regress

Lines Matching refs:Debug

28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
65 if (event == Debug.DebugEvent.Exception)
71 // Get the debug command processor.
92 // Add the debug event listener.
93 Debug.setListener(listener);
101 Debug.setBreakOnException(true);
109 // Make sure that the debug event listener vas invoked.