Details
-
Bug
-
Status: Closed
-
P3: Somewhat important
-
Resolution: Won't Do
-
Qt Creator 3.0.1, Qt Creator 3.1.0-beta
-
None
-
None
-
Win7-64bit, gdb 7.7 build via dist/gdb/Makefile.mingw
Description
When I start debugging I see in debugger log window:
UNEXPECTED GDB STDERR: Python Exception <type 'exceptions.ImportError'> No module named gdb: >=thread-group-added,id="i1" UNEXPECTED GDB STDERR: warning: Could not load the Python gdb module from `c:\usr\local\share\gdb/python'. Limited Python support is available from the _gdb module. Suggest passing --data-directory=/path/to/gdb/data-directory.
May be it really needs to set gdb data directory via "--data-directory" command line option as it was made here?