Warning, /frameworks/kdelibs4support/src/kdebugrc is written in an unsupported language. File is not indexed.
0001 # This files includes the default behavior for some specific debug areas 0002 # This allows to leave the kDebug* calls in the code, but still have them 0003 # disabled for most users. 0004 # 0005 # This file will be installed as $KDEDIR/share/config/kdebugrc 0006 # 0007 # There are four levels of output: Info, Warn, Error and Fatal 0008 # corresponding to kDebug(), kdWarn(), kError(), kFatal() 0009 # 0010 # For every of them you can define a target by *Output=n 0011 # using the following numbers: 0012 # 0013 # 0 = file 0014 # 1 = message box 0015 # 2 = shell (stderr) 0016 # 3 = syslog 0017 # 4 = off 0018 # 0019 # For file output you can give a filename by *Filename=<file> 0020 # otherwise kdebug.dbg in the current directory is used. 0021 # 0022 # example: 0023 # 0024 # For the debug area 100 you want output of debug messages 0025 # to a file /var/log/dbg.log and error messages as message boxes. 0026 # Additionally the program should abort on fatal errors. 0027 # 0028 # [100] 0029 # InfoOutput=0 0030 # InfoFilename=/var/log/dbg.log 0031 # ErrorOutput=1 0032 # AbortFatal=1 0033 # 0034 0035 # KGlobalAccel debug info off 0036 [125] 0037 InfoOutput=4 0038 0039 # KAction debug info off 0040 [129] 0041 InfoOutput=4 0042 0043 # KStartupInfo debug info off 0044 [172] 0045 InfoOutput=4 0046 0047 # KLocale debug info off 0048 [173] 0049 InfoOutput=4 0050 0051 # KMainWindow debug info off 0052 [200] 0053 InfoOutput=4 0054 0055 # KFile debug info off 0056 [250] 0057 InfoOutput=4 0058 0059 # KIconloader debug info off 0060 [264] 0061 InfoOutput=4 0062 0063 # KSpell debug info off 0064 [750] 0065 InfoOutput=4 0066 0067 # KHotKeys 0068 [1217] 0069 InfoOutput=4 0070 0071 # KitchenSync (Syncing Algorithm) 0072 [5250] 0073 InfoOutput=4 0074 0075 # calendarsystem debug info off 0076 [5400] 0077 InfoOutput=4 0078 0079 # kabc/vcard 0080 [5710] 0081 InfoOutput=4 0082 0083 # korganizer (verbose) 0084 [5855] 0085 InfoOutput=4 0086 0087 # korgac (check) 0088 [5891] 0089 InfoOutput=4 0090 0091 # kalarmd check 0092 [5901] 0093 InfoOutput=4 0094 0095 # KDirWatch is quite verbose 0096 [7001] 0097 InfoOutput=4 0098 0099 # kio_http_debug debug info off 0100 [7113] 0101 InfoOutput=4 0102 0103 # kbzip2filter's debug info off 0104 [7118] 0105 InfoOutput=4 0106 0107 # kio_nntp debug info off 0108 [7114] 0109 InfoOutput=4 0110 0111 # KRun debug info off 0112 [7010] 0113 InfoOutput=4 0114 0115 # KGame debug info off 0116 [11001] 0117 InfoOutput=4 0118 0119 # generic koffice debug off 0120 [31000] 0121 InfoOutput=4 0122 0123 # koml debug info off (KOffice) 0124 [30001] 0125 InfoOutput=4 0126 0127 # kostore debug info off (KOffice) 0128 [30002] 0129 InfoOutput=4 0130 0131 # komain debug info off (KOffice) 0132 [30003] 0133 InfoOutput=4 0134 0135 # koguitutils debug info off (KOffice) 0136 [30004] 0137 InfoOutput=4 0138 0139 # kopainter debug info off (KOffice) 0140 [30005] 0141 InfoOutput=4 0142 0143 # flake debug info off (KOffice) 0144 [30006] 0145 InfoOutput=4 0146 0147 # pigment debug info off (KOffice) 0148 [30008] 0149 InfoOutput=4 0150 0151 # resources debug info off (KOffice) 0152 [30009] 0153 InfoOutput=4 0154 0155 # kopageapp debug info off (KOffice) 0156 [30010] 0157 InfoOutput=4 0158 0159 # koffice filter manager debug info off (KOffice) 0160 [30500] 0161 InfoOutput=4 0162 0163 # kword debug info off 0164 [32001] 0165 InfoOutput=4 0166 0167 # kword formatting debug info off 0168 [32002] 0169 InfoOutput=4 0170 0171 # kword ui debug info off 0172 [32003] 0173 InfoOutput=4 0174 0175 # kword tables debug info off 0176 [32004] 0177 InfoOutput=4 0178 0179 # kword kross scripting debug info off 0180 [32010] 0181 InfoOutput=4 0182 0183 # kpresenter debug info off 0184 [33001] 0185 InfoOutput=4 0186 0187 # kpresenter page transitions debug off 0188 [33002] 0189 InfoOutput=4 0190 0191 # kpresenter shape animations debug off 0192 [33003] 0193 InfoOutput=4 0194 0195 # kchart debug info off 0196 [35001] 0197 InfoOutput=4 0198 0199 # kchart debug info off 0200 [36000] 0201 InfoOutput=4 0202 0203 # kspread debug info off 0204 [36001] 0205 InfoOutput=4 0206 0207 # kspread formula debug info off 0208 [36002] 0209 InfoOutput=4 0210 0211 # kspread opendocument debug info off 0212 [36003] 0213 InfoOutput=4 0214 0215 # kspread painting debug info off 0216 [36004] 0217 InfoOutput=4 0218 0219 # kspread ui debug info off 0220 [36005] 0221 InfoOutput=4 0222 0223 # kspread style debug info off 0224 [36006] 0225 InfoOutput=4 0226 0227 # kspread damage debug info off 0228 [36007] 0229 InfoOutput=4 0230 0231 # kspread debug info off 0232 [37000] 0233 InfoOutput=4 0234 0235 # kformula debug info off 0236 [39001] 0237 InfoOutput=4 0238 0239 # kformula debug info off 0240 [40000] 0241 InfoOutput=4 0242 0243 # krita debug info off 0244 [41000] 0245 InfoOutput=4 0246 0247 # krita debug info off (core) 0248 [41001] 0249 InfoOutput=4 0250 0251 # krita debug info off (registry) 0252 [41002] 0253 InfoOutput=4 0254 0255 # krita debug info off (tools) 0256 [41003] 0257 InfoOutput=4 0258 0259 # krita debug info off (tiles) 0260 [41004] 0261 InfoOutput=4 0262 0263 # krita debug info off (filters) 0264 [41005] 0265 InfoOutput=4 0266 0267 # krita debug info off (plugins) 0268 [41006] 0269 InfoOutput=4 0270 0271 # krita debug info off (user interface) 0272 [41007] 0273 InfoOutput=4 0274 0275 # krita debug info off (file handling) 0276 [41008] 0277 InfoOutput=4 0278 0279 # krita debug info off (math) 0280 [41009] 0281 InfoOutput=4 0282 0283 # krita debug info off (render) 0284 [41010] 0285 InfoOutput=4 0286 0287 # krita debug info off (scripting) 0288 [41011] 0289 InfoOutput=4 0290 0291 # kplato debug info off 0292 [42000] 0293 InfoOutput=4 0294 0295 # kivio debug info off 0296 [43000] 0297 InfoOutput=4