Description[inspector] support for nested scheduled breaks
In current implementation we don't support nested scheduled break at all. If one break was scheduled inside another and second one doesn't produce actual break (execution was in blackboxed code or no JavaScript was executed) then second one will clear first scheduled break even if any not blackboxed JavaScript will be executed later.
Ambiguous break reason is added for the case when we have more then one scheduled reason. "auxData" in this case contains object with array of { reason: reason, auxData: auxData } objects for each reason in 'reasons' property.
BUG=chromium:632405
Review-Url: https://codereview.chromium.org/2678313002
Cr-Commit-Position: refs/heads/master@{#43021}
Committed: https://chromium.googlesource.com/v8/v8/+/56bf7dbdaf6cb413390d56f2e595d1fbaecc9b30
Patch Set 1 #Patch Set 2 : better test #Patch Set 3 : reverted not related changes #
Total comments: 4
Patch Set 4 : added ambiguous break reason #Patch Set 5 : better test #
Messages
Total messages: 25 (17 generated)
|