summaryrefslogtreecommitdiff
path: root/Java.pod
diff options
context:
space:
mode:
authorpatrick_leb <>2002-06-07 13:40:06 +0000
committerpatrick_leb <>2002-06-07 13:40:06 +0000
commit8bd5d22f02d24f16571cff2cf22c70164282f88a (patch)
tree3f440902b0e1772bb4a1038f245a9030f29e2947 /Java.pod
parentbae6abdfd2a5b548618eba9a8f478b64df943885 (diff)
0.33 release candidate 1
Diffstat (limited to 'Java.pod')
-rw-r--r--Java.pod10
1 files changed, 8 insertions, 2 deletions
diff --git a/Java.pod b/Java.pod
index ffe61ae..df435bc 100644
--- a/Java.pod
+++ b/Java.pod
@@ -153,8 +153,14 @@ behavior of C<Inline::Java>:
make use of the same JVM.
DEBUG:
- Enables debugging info
- Ex: DEBUG => 1
+ Enables debugging info. Debugging now uses levels (1 through 5)
+ that loosely follow these definitions:
+ 1 = Major program steps
+ 2 = Object creation/destruction
+ 3 = Method/member accesses + packet dumps
+ 4 = Everything else
+ 5 = Data structure dumps
+ Ex: DEBUG => 2
WARN_METHOD_SELECT:
Throws a warning when C<Inline::Java> has to 'choose' between