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