This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.1. Usage
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
You type | You get |
---|---|
continue command executed on GDB
{{GDB$}} continue |
(gdb) continue |
3. Code
(gdb)