mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
BREAK_TO_DEBUGGER is not just serial console anymore, it controls all
console's ability to enter the debugger.... rwatson forgot to document this when he changed it back in 2011... There is more docs to write about this, but at least fix this for now... Reviewed by: emaste MFC after: 1 week
This commit is contained in:
parent
7aca2eedc8
commit
91ed2fec19
1 changed files with 1 additions and 1 deletions
|
|
@ -1823,7 +1823,7 @@ hint.uart.0.baud="115200"
|
|||
#
|
||||
|
||||
# Options for serial drivers that support consoles:
|
||||
options BREAK_TO_DEBUGGER # A BREAK on a serial console goes to
|
||||
options BREAK_TO_DEBUGGER # A BREAK/DBG on the console goes to
|
||||
# ddb, if available.
|
||||
|
||||
# Solaris implements a new BREAK which is initiated by a character
|
||||
|
|
|
|||
Loading…
Reference in a new issue