···163163164164#### Debugging in your IDE
165165166166-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.
166166+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.
167167+168168+169169+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.
167170168171## Assets
169172