Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
installation_guide:debug:start [2025/03/07 08:44] – [Execute Asterisk with GDB (debugger)] borja | installation_guide:debug:start [2025/04/10 21:17] (current) – [Attach the GDB (debugger) to the Asterisk] borja | ||
---|---|---|---|
Line 362: | Line 362: | ||
gdb -ex=r --args asterisk -cvvvvvv -U asterisk -G asterisk | gdb -ex=r --args asterisk -cvvvvvv -U asterisk -G asterisk | ||
</ | </ | ||
+ | |||
+ | ==== Attach the GDB (debugger) to the Asterisk ==== | ||
+ | |||
+ | Launch the debugger process and attach to the running Asterisk : | ||
+ | |||
+ | < | ||
+ | gdb / | ||
+ | </ | ||
+ |