1. Usage[edit source]
The GDB$ template is used to prefix a command that must be executed on GDB, with a GDB-specific prompt.
Usage: {{GDB$}}
2. Basic examples[edit source]
You type | You get |
---|---|
continue command executed on GDB
{{GDB$}} continue
|
continue |
3. Code[edit source]
(gdb)