Skip to content

Debugging hints

Christian edited this page Aug 30, 2020 · 2 revisions

GDB

If you are using GDB (e.g. in visual studio code), it may be very helpful to see what a Qt data structure contains. For this, you can install gdb pretty printers.

Visual Studio Code

If you are using visual studio code with the VS debugger check this out.

Clone this wiki locally