📄 debug.sgml
字号:
<!-- ##### SECTION Title ##### -->Debug<!-- ##### SECTION Short_Description ##### -->Functions for outputing diagnostics.<!-- ##### SECTION Long_Description ##### --><para>These functions relate to outputing diagnostic messages andinformation.</para><para>Use of these functions requires DEBUG to be defined at compilationtime. On Unix systems, the <filename>configure</filename> script hasa command-line option <option>--enable-debug</option>. On Win32 adebug configuration exists.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### MACRO UNUSED ##### --><para>Available for use to prevent compiler warnings when a functionargument is not used. Sometimes this is unavoidable because functionhas to conform to an interface.</para>@x: unused function argument that generates compiler warning.<!-- ##### MACRO debug_msg ##### --><para>When DEBUG is defined this will write a formatted message to theplatform defined error stream. The format of the message has the samesemantics as standard C library call <function>printf()</function>. The errormessage displayed is prepended by the process id, the file and theline number, where debug_msg() was called.On Unix the message is rendered on the standard error stream. OnWin32 a debug message is created using the Win32 API function<function>OutputDebugString()</function>.</para><!-- ##### FUNCTION debug_dump ##### --><para></para>@lp: @len: <!-- ##### FUNCTION debug_set_core_dir ##### --><para></para>@argv0:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -