Last modified by Yana Oksner on 2026/01/08 12:08

From version 7.2
edited by Pascal Robert
on 2023/11/13 11:58
Change comment: Update document after refactoring.
To version 8.1
edited by Yana Oksner
on 2026/01/08 12:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.yanasd
Content
... ... @@ -29,7 +29,7 @@
29 29  
30 30  You can specify debug groups in a command-line argument, either as a single numerical value (as above), as a list of flags or as a range of flags. For example all the following are equivalent:
31 31  
32 -{{noformat}}
32 +{{code}}
33 33  
34 34  ./MyApp -DNSDebugGroups=6
35 35  ./MyApp -DNSDebugGroups="(2, 1)"
... ... @@ -36,7 +36,7 @@
36 36  ./MyApp -DNSDebugGroups="(NSLog.DebugGroupWebObjects, NSLog.DebugGroupEnterpriseObjects)"
37 37  ./MyApp -DNSDebugGroups=1:2
38 38  
39 -{{/noformat}}
39 +{{/code}}
40 40  
41 41  These are the available debug groups (WebObjects 5.2.2):
42 42