From 43b4129d60a8025d3711e7b8abc3a4c9fc51fffa Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 16 Mar 2010 12:08:54 +0100 Subject: [PATCH] debugger: add a hint to manual test. --- tests/manual/gdbdebugger/simple/app.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/manual/gdbdebugger/simple/app.cpp b/tests/manual/gdbdebugger/simple/app.cpp index 36b3940701e..af088d34235 100644 --- a/tests/manual/gdbdebugger/simple/app.cpp +++ b/tests/manual/gdbdebugger/simple/app.cpp @@ -373,6 +373,7 @@ struct Function void testFunction() { + // In order to use this, switch on the 'qDump__Function' in gdbmacros.py Function func("x", "sin(x)", 0, 1); func.max = 10; func.f = "cos(x)"; -- GitLab