this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

blog5: Update the debugging section for QTCreator instructions

Tholp 91683f66 aedea4ae

+4 -1
+4 -1
skid/blog/blog5.sk
··· 163 163 164 164 #### Debugging in your IDE 165 165 166 - This is really up to you to figure out the specifics for your IDE but searching "How to debug remote in (IDE)" should get you most of the way there. They all use gdb as a backend AFAIK so any options are likely analogous to whats written to `.gdbinit` inside the script above. 166 + This is done in QTCreator in *Debug* `>` *Start Debugging* `>` *Attach to Running Debug Server* and entering 127.0.0.1:12345 for the *Override server channel*. I'd recomend setting a keybind for this. 167 + 168 + 169 + Any other IDE is really up to you to figure out the specifics for but searching "How to debug remote in (IDE)" should get you most of the way there. They all use gdb as a backend AFAIK so any options are likely analogous to whats written to `.gdbinit` inside the script above, if they're needed at all. 167 170 168 171 ## Assets 169 172