You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/wiki/GDB-qtcreator.md
+93-9Lines changed: 93 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,96 @@ summary: WAP.
4
4
5
5
# Qt Creator
6
6
7
-
This page is extremely work-in-progress. Eventually it will cover setting up Qt Creator so you can "Start and Debug External Application ..." (you need to build it from source to get access to the latest patch that makes this workable), rebuilding and reinstalling the involved packages in debug, !strip mode and debugging them. The also being able to see Python callstacks and pretty printing of GDB internals in-case you are debugging those sorts of things. For now, this is all I have:
8
-
9
-
.. To see Python Callstacks and vars when debugging something that intermixes Python and C/C++ (e.g. pygtk)
10
-
.. add to .gdbinit or QtCreator Tools->Options->Debugger->GDB->Additional Startup Commands, enter
This page is extremely work-in-progress. Eventually it will cover setting up Qt Creator so you can "Start and Debug External Application ..." (you need to build it from source to get access to the latest patch that makes this workable), rebuilding and reinstalling the involved packages in debug, !strip mode and debugging them.
8
+
9
+
---
10
+
11
+
# Qt Creator Setup with C++ (MSYS2 + UCRT64)
12
+
13
+
## 1. Installation
14
+
15
+
### Install the MSYS2 Toolchain
16
+
1. Download and install [MSYS2](https://www.msys2.org/).
17
+
2. In the MSYS2 terminal, install the UCRT64 toolchain:
0 commit comments