forked from qt-creator/qt-creator
QmlV8DebuggerClient: Skip internal frames
Change-Id: Id7555807a0fc4d796035c922c04d5d7ced512d81 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -120,6 +120,13 @@ const char VALUE[] = "value";
|
||||
const char OBJECT[] = "{}";
|
||||
const char ARRAY[] = "[]";
|
||||
|
||||
const char INTERNAL_FUNCTION[] = "(function(method) { "\
|
||||
"return (function(object, data, qmlglobal) { "\
|
||||
"return (function() { "\
|
||||
"return method(object, data, qmlglobal, arguments.length, arguments); "\
|
||||
"});"\
|
||||
"});"\
|
||||
"})";
|
||||
} //Internal
|
||||
} //Debugger
|
||||
#endif // QMLV8DEBUGGERCLIENTCONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user