Lines Matching full:breakpoint
847 // This debug event listener removes a breakpoint in a function
1166 // Run with breakpoint
1199 // Run with breakpoint.
1232 // Run with breakpoint
1265 // Run with breakpoint.
1299 // Run with breakpoint.
1342 // Run with breakpoint
1516 // Run with one breakpoint
1530 // Run with one breakpoint
2358 // Test setting a breakpoint on the debugger statement.
2375 // Set breakpoint does not duplicate hits
2419 // therefore setting breakpoint at position 15 will break at "y=0" and
2435 // Call foo with breakpoint set before a=x and undefined as parameter.
2440 // Call foo with breakpoint set before a=x and parameter "Hello, world!".
2444 // Call foo with breakpoint set after a=x and parameter "Hello, world!".
2452 // barbar function therefore setting breakpoint at position 8 will break at
2470 // Call bar setting breakpoint before a=x in barbar and undefined as
2479 // Call bar setting breakpoint before a=x in barbar and parameter
2488 // Call bar setting breakpoint after a=x in barbar and parameter
3704 // Tests that breakpoint will be hit if it's set in script.
3717 // Set breakpoint in the script.
4692 // We match parts of the message to get hit breakpoint id.
5090 /* In this test, the debugger evaluates a function with a breakpoint, after
5091 * hitting a breakpoint in another function. We do this with both values
5093 * breakpoint is hit when enabled, and missed when disabled.
5231 // 1:Set breakpoint in cat() (will get id 1).
5233 // 2:Set breakpoint in dog() (will get id 2).
5240 // v8 thread runs source_2 to breakpoint in cat().
5243 // Must have hit breakpoint #1.
5245 // 4:Evaluate dog() (which has a breakpoint).
5247 // V8 thread hits breakpoint in dog().
5249 // Must have hit breakpoint #2.
5263 // 7:Continue evaluation of source_2, finish cat(17), hit breakpoint
5268 // Must have hit breakpoint #1.
5658 /* In this test, the debugger waits for a command on a breakpoint
5729 // 1: Set breakpoint in cat().
6405 // Response to the evaluation request. We're still on the breakpoint so
6637 // Set a couple of provisional breakpoint on lines out of the script lines