summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qscriptdebuggerclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed the behaviour of setting breakpoints in qml files.Aurindam Jana2011-08-171-8/+14
| | | | | | | | Delegates setting of breakpoints to functions that set/reset/change the breakpoint one at a time. Change-Id: I553a74b05cf19c9d2436344db67bc962da18457f Reviewed-on: http://codereview.qt.nokia.com/3082 Reviewed-by: Kai Koehne <kai.koehne@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Avoid warning from MSVCRobert Loehning2011-08-121-1/+1
| | | | | | | | | MSVC will warn if it finds */ outside of a comment Change-Id: Ie25fd0d2793946817abfa778a6d475e881df1859 Reviewed-on: http://codereview.qt.nokia.com/2914 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
* QmlDebugger: Remove unused codeKai Koehne2011-08-111-7/+0
| | | | | | | Change-Id: I0b92c281e0d1cfd3e4d5a4e56544fde41a0f22a6 Reviewed-on: http://codereview.qt.nokia.com/2788 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* Delegate javascript debugging to Script and V8 debugger clients.Aurindam Jana2011-08-031-0/+511
The appropriate client handles the debugging based on the service available at the server side. Change-Id: I46b66036f700fc7e45e8b38cef7f1ce1445b1122 Reviewed-on: http://codereview.qt.nokia.com/2497 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>