forked from qt-creator/qt-creator
QML Debugger: Fix warning
Change-Id: If6678115cb2730d61ee9d0e64a81aeffad183f82 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -1284,7 +1284,7 @@ void QmlV8DebuggerClient::messageReceived(const QByteArray &data)
|
||||
// "type" : "response",
|
||||
// "request_seq" : <number>,
|
||||
// "command" : "setexceptionbreak",
|
||||
// “body” : { "type" : <string: "all" or "uncaught" corresponding to the request.>,
|
||||
// "body" : { "type" : <string: "all" or "uncaught" corresponding to the request.>,
|
||||
// "enabled" : <bool: true if the break type is currently enabled as a result of the request>
|
||||
// }
|
||||
// "running" : true
|
||||
|
||||
Reference in New Issue
Block a user