We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb87386 commit f60bb5eCopy full SHA for f60bb5e
doc/developer-notes.md
@@ -102,7 +102,7 @@ CXXFLAGS="-g -ggdb -O0" or whatever debug flags you need.
102
If the code is behaving strangely, take a look in the debug.log file in the data directory;
103
error and debugging messages are written there.
104
105
-The -debug=... command-line option controls debugging; running with just -debug will turn
+The -debug=... command-line option controls debugging; running with just -debug or -debug=1 will turn
106
on all categories (and give you a very large debug.log file).
107
108
The Qt code routes qDebug() output to debug.log under category "qt": run with -debug=qt
0 commit comments