Entering debugger scope should not make debugger active.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 3 Jun 2014 14:33:07 +0000 (14:33 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 3 Jun 2014 14:33:07 +0000 (14:33 +0000)
commitf38b4bef9e2afbb7b864b74fe375ab1ba383d5c1
treec6c301d491d92c7e2dabbe87f361fbc49d586c9f
parentfeed21b6d5bc8d5b1a9e749a4bae5ac37550ff4e
Entering debugger scope should not make debugger active.

The motivation is that by only entering the debugger scope to call into
the debug context should not cause code to be compiled for debugging.

R=ulan@chromium.org

Review URL: https://codereview.chromium.org/306563002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21645 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug.cc