Home | History | Annotate | Download | only in cctest

Lines Matching full:breakpoint

893 // This debug event listener removes a breakpoint in a function
1219 // Run with breakpoint
1254 // Run with breakpoint.
1288 // Run with breakpoint
1324 // Run with breakpoint.
1360 // Run with breakpoint.
1403 // Run with breakpoint
1579 // Run with one breakpoint
1593 // Run with one breakpoint
2456 // Test setting a breakpoint on the debugger statement.
2474 // Set breakpoint does not duplicate hits
2519 // therefore setting breakpoint at position 15 will break at "y=0" and
2536 // Call foo with breakpoint set before a=x and undefined as parameter.
2541 // Call foo with breakpoint set before a=x and parameter "Hello, world!".
2545 // Call foo with breakpoint set after a=x and parameter "Hello, world!".
2553 // barbar function therefore setting breakpoint at position 8 will break at
2571 // Call bar setting breakpoint before a=x in barbar and undefined as
2580 // Call bar setting breakpoint before a=x in barbar and parameter
2589 // Call bar setting breakpoint after a=x in barbar and parameter
2625 // Set conditional breakpoint with condition 'true'.
3902 // Tests that breakpoint will be hit if it's set in script.
3915 // Set breakpoint in the script.
4902 // We match parts of the message to get hit breakpoint id.
5314 /* In this test, the debugger evaluates a function with a breakpoint, after
5315 * hitting a breakpoint in another function. We do this with both values
5317 * breakpoint is hit when enabled, and missed when disabled.
5458 // 1:Set breakpoint in cat() (will get id 1).
5460 // 2:Set breakpoint in dog() (will get id 2).
5467 // v8 thread runs source_2 to breakpoint in cat().
5470 // Must have hit breakpoint #1.
5472 // 4:Evaluate dog() (which has a breakpoint).
5474 // V8 thread hits breakpoint in dog().
5476 // Must have hit breakpoint #2.
5490 // 7:Continue evaluation of source_2, finish cat(17), hit breakpoint
5495 // Must have hit breakpoint #1.
5890 /* In this test, the debugger waits for a command on a breakpoint
5962 // 1: Set breakpoint in cat().
6653 // Response to the evaluation request. We're still on the breakpoint so
6908 // Set a couple of provisional breakpoint on lines out of the script lines