mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2025-02-20 01:01:37 +00:00
!39 Modify breakpoint paused reason
Merge pull request !39 from Pan Zhenyu/cross_platform
This commit is contained in:
commit
1a6efd8e93
@ -24,7 +24,7 @@ void JSPtHooks::Breakpoint(const JSPtLocation &location)
|
||||
<< location.GetBytecodeOffset();
|
||||
|
||||
[[maybe_unused]] LocalScope scope(debugger_->vm_);
|
||||
debugger_->NotifyPaused(location, INSTRUMENTATION);
|
||||
debugger_->NotifyPaused(location, OTHER);
|
||||
}
|
||||
|
||||
void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location)
|
||||
|
Loading…
x
Reference in New Issue
Block a user