OSDN Git Service

V8DebuggerClient: Enable breakpoints on Exceptions
authorAurindam Jana <aurindam.jana@nokia.com>
Mon, 10 Oct 2011 13:25:18 +0000 (15:25 +0200)
committerAurindam Jana <aurindam.jana@nokia.com>
Tue, 11 Oct 2011 09:25:34 +0000 (11:25 +0200)
commit32ef6c563d41623956e2419d149e9f83ce422394
treee83b81bfd7d390150acaf55eb8e07ebfdf72b621
parentf1db83be8be50b48ac1db80640b66e7f2b67d4c1
V8DebuggerClient: Enable breakpoints on Exceptions

Previously break on exceptions was always enabled. Now, the user
can add a breakpoint on Javascript Exceptions from the breakpoint
window in the debugger.

Change-Id: Ia9ee813d2fccf89b607fe1dcbad47b4084155a48
Reviewed-on: http://codereview.qt-project.org/6348
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
src/plugins/debugger/breakhandler.cpp
src/plugins/debugger/breakpoint.cpp
src/plugins/debugger/breakpoint.h
src/plugins/debugger/breakwindow.cpp
src/plugins/debugger/cdb/cdbengine.cpp
src/plugins/debugger/cdb/cdbparsehelpers.cpp
src/plugins/debugger/debuggerengine.cpp
src/plugins/debugger/qml/qmlv8debuggerclient.cpp