Description[inspector] don't make v8::debug::Call for breakProgram.
We emulate break by callling breakProgramCallback function in debugger context, we can just use HandleDebugBreak.
It allows us to move all stepping logic to debug.cc later and remove one usage of debugger context.
+ two minor issues fixed, see tests.
BUG=v8:5510
R=yangguo@chromium.org
Review-Url: https://codereview.chromium.org/2738503006
Cr-Commit-Position: refs/heads/master@{#43750}
Committed: https://chromium.googlesource.com/v8/v8/+/c418902be4c0d345ec4c562f51819b146cb85be3
Patch Set 1 #Patch Set 2 : better Debug::IsBlackboxed #Patch Set 3 : little blackboxing tunning #Patch Set 4 : added tests #Patch Set 5 : fixed tests #
Total comments: 12
Patch Set 6 : addressed comments #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 28 (18 generated)
|