forked from qt-creator/qt-creator
Debugger: Fix warning
warning: C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss. Change-Id: I33ff1b1295df234da9cf42efc5d3745c316f6528 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -1166,7 +1166,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