Hi Stefan,

you probably want to comment and vote on
https://bugreports.qt.io/browse/QTCREATORBUG-19870 as ultimate solution.

Until then, you can use the left part of Views > Views > Debugger Log to
insert GDB commands.

Note that you can also add gdb startup commands at Tools > Options >
Debugger > GDB.

Best regards,
André

On 29.12.20 20:46, Stefan Seefeld wrote:
Hello,

I'm working on a big project including many C++ libraries and
applications, as well as a number of Python bindings (extension modules).

In some cases, I need to start the debugger (gdb), set up the
environment (e.g. run `exec target python3`), then start the target app
(often enough a Python wrapper script). (The process is described here:
https://www.boost.org/doc/libs/1_75_0/libs/python/doc/html/faq/how_do_i_debug_my_python_extensi.html)

While I'm comfortable doing all of this from a terminal, I have
difficulties figuring out how to do this from within qtcreator.

Could someone please help ? Does qtcreator give access to the debugger
console ?

Thanks !

Stefan
--

       ...ich hab' noch einen Koffer in Berlin...


_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator


_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to