bad0135180
Bug: chromium:1105172 Change-Id: I1e683e5040501464ef6c7427d1e1f7923cd23831 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2304587 Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Kim-Anh Tran <kimanh@chromium.org> Cr-Commit-Position: refs/heads/master@{#68941}
13 lines
567 B
Plaintext
13 lines
567 B
Plaintext
Tests if breakpoint set is first breakable location
|
|
Set breakpoint outside of any function: (0, 0).
|
|
Setting breakpoint for id: 3 at 0, 0.
|
|
No breakable location inside a function was found
|
|
Set breakpoint adds a breakpoint at (8, 1).
|
|
Set breakpoint at a breakable location: (4, 17).
|
|
Setting breakpoint for id: 3 at 4, 17.
|
|
Location match for (4, 17).
|
|
Initial location is expected to be breakable: true.
|
|
Set breakpoint at non-breakable location: (7, 0).
|
|
Setting breakpoint for id: 3 at 7, 0.
|
|
Location match for (7, 2).
|
|
Initial location is expected to be breakable: false. |