-
Notifications
You must be signed in to change notification settings - Fork 122
Home
loarabia edited this page Dec 21, 2011
·
11 revisions
Welcome to the Clang-tutorial wiki!
-
Debugging Clang: Clang's driver spawns a new copy of itself. So start debugging the main process, then in a new terminal call
gdb --wait clang
. Note also that even if you're debugging clang++, it calls back into clang so its stillgdb wait clang
.