Replace 'debug.debugger_on_panic=1' with 'debug.kdb.enter=1' which actually
exists. Add a note on forcing a panic using 'debug.kdb.panic=1'. PR: 111781
This commit is contained in:
parent
e4407c8a86
commit
7738652c36
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31347
1 changed files with 5 additions and 1 deletions
|
@ -528,7 +528,11 @@
|
|||
this. If you would like to break to the debugger from the
|
||||
command prompt, simply type the command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>sysctl debug.debugger_on_panic=1</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>sysctl debug.kdb.enter=1</userinput></screen>
|
||||
<note>
|
||||
<para>To force a panic on the fly, issue the following command:</para>
|
||||
<screen>&prompt.root; <userinput>sysctl debug.kdb.panic=1</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>Alternatively, if you are at the system console, you may use
|
||||
a hot-key on the keyboard. The default break-to-debugger
|
||||
|
|
Loading…
Reference in a new issue