Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Issue 1690173002: Ignore pause on debugger statement when breakpoints are disabled (Closed)

Created:
4 years, 10 months ago by kozy
Modified:
4 years, 10 months ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Ignore pause on debugger statement when breakpoints are disabled This behavior was changed in https://codereview.chromium.org/1402913002. It's pretty usefull to have ability to disable debugger statement for our users. BUG=chromium:583515 LOG=N R=yangguo@chromium.org Committed: https://crrev.com/4b54c07dd11c99f3532fb059eaac4e4edba22dab Cr-Commit-Position: refs/heads/master@{#33960}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move check to Runtime_HandleDebuggerStatement #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -1 line) Patch
M src/debug/debug.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
kozy
Yang, please take a look!
4 years, 10 months ago (2016-02-12 03:11:43 UTC) #1
Yang
https://codereview.chromium.org/1690173002/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/1690173002/diff/1/src/debug/debug.cc#newcode2220 src/debug/debug.cc:2220: (!break_points_active_ && thread_local_.last_step_action_ == StepNone)) Why do we need ...
4 years, 10 months ago (2016-02-12 05:56:23 UTC) #2
kozy
https://codereview.chromium.org/1690173002/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/1690173002/diff/1/src/debug/debug.cc#newcode2220 src/debug/debug.cc:2220: (!break_points_active_ && thread_local_.last_step_action_ == StepNone)) On 2016/02/12 05:56:23, Yang ...
4 years, 10 months ago (2016-02-12 17:22:04 UTC) #3
Yang
lgtm with nit https://codereview.chromium.org/1690173002/diff/20001/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (right): https://codereview.chromium.org/1690173002/diff/20001/src/runtime/runtime-debug.cc#newcode33 src/runtime/runtime-debug.cc:33: if (isolate->debug()->break_points_active()) Please add curly brackets.
4 years, 10 months ago (2016-02-12 20:17:41 UTC) #4
kozy
Thanks! All done. https://codereview.chromium.org/1690173002/diff/20001/src/runtime/runtime-debug.cc File src/runtime/runtime-debug.cc (right): https://codereview.chromium.org/1690173002/diff/20001/src/runtime/runtime-debug.cc#newcode33 src/runtime/runtime-debug.cc:33: if (isolate->debug()->break_points_active()) On 2016/02/12 20:17:41, Yang ...
4 years, 10 months ago (2016-02-12 20:29:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690173002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690173002/40001
4 years, 10 months ago (2016-02-12 20:29:26 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-12 20:55:17 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-12 20:55:43 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4b54c07dd11c99f3532fb059eaac4e4edba22dab
Cr-Commit-Position: refs/heads/master@{#33960}

Powered by Google App Engine
This is Rietveld 408576698