Skip to content
Gaute Hope edited this page Feb 14, 2017 · 11 revisions

Debugging

Compile without --release argument to enable debugging, then run astroid using gdb:

$ gdb --args ./astroid --no-auto-poll

Clone this wiki locally