Lines Matching full:debug
5 // Flags: --expose-debug-as debug
7 // Test debug events when we only listen to uncaught exceptions and
10 // We expect an Exception debug event with a promise to be triggered.
12 Debug = debug.Debug;
19 if (event == Debug.DebugEvent.Exception) {
24 // Assert that the debug event is triggered at the throw site.
33 Debug.setBreakOnUncaughtException();
34 Debug.setListener(listener);