!39 Modify breakpoint paused reason

Merge pull request !39 from Pan Zhenyu/cross_platform
This commit is contained in:
openharmony_ci 2022-10-21 02:41:26 +00:00 committed by Gitee
commit 1a6efd8e93
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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)