Home | History | Annotate | Download | only in mjsunit

Lines Matching full:debug

28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug;
32 Debug.setListener(listener);
40 var script = Debug.findScript(SlimFunction);
42 Debug.setScriptBreakPointById(script.id, 1, 0);
58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
69 if (event == Debug.DebugEvent.Break) {
90 Debug.setListener(null);