forked from qt-creator/qt-creator
Debugger: Fix typo
Change-Id: Iba23331b4a6a17c690a6c630e1fbb29d530cfb30 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1819,7 +1819,7 @@ registerCommand("threadnames", threadnames)
|
||||
|
||||
def qmlb(args):
|
||||
# executeCommand(command, to_string=True).split("\n")
|
||||
warm("RUNNING: break -f QScript::FunctionWrapper::proxyCall")
|
||||
warn("RUNNING: break -f QScript::FunctionWrapper::proxyCall")
|
||||
output = gdb.execute("rbreak -f QScript::FunctionWrapper::proxyCall", to_string=True).split("\n")
|
||||
warn("OUTPUT: %s " % output)
|
||||
bp = output[0]
|
||||
|
||||
Reference in New Issue
Block a user