forked from qt-creator/qt-creator
Doc: Describe "Force logging to console" Debugger option
Task-number: QTCREATORBUG-25642 Change-Id: Iee1ad389294aadd372720bd3ddc8b4ebd07e7404 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 21 KiB |
@@ -39,6 +39,14 @@
|
||||
\l{Specifying Breakpoint Settings}{specify settings for breakpoints},
|
||||
and map source paths to target paths.
|
||||
|
||||
You can view debug output in the \uicontrol {Debugger Log} view.
|
||||
However, in some Linux distributions, such as Arch Linux, debug
|
||||
output is sent to the system log. To override this behavior, select
|
||||
the \uicontrol {Force logging to console} check box. This sets
|
||||
\c QT_LOGGING_TO_CONSOLE=1 in the environment of the debugged
|
||||
program, which effectively prevents storing debug output in
|
||||
system logs.
|
||||
|
||||
\section2 Mapping Source Paths
|
||||
|
||||
To enable the debugger to step into the code and display the source code
|
||||
|
Reference in New Issue
Block a user