You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ There are command line options that can be used:
70
70
|`-a`| Report the ancestry of the entrypoint |`-a`|
71
71
|`-o`| The name of the output file |`-o example`|
72
72
73
+
### System Properties
74
+
| Property | Usage | Example |
75
+
| --- | --- | --- |
76
+
| jcg.includeExceptionBasicBlocks | Set to "true" to included exception basic blocks, otherwise these will be excluded by default | -Djcg.includeExceptionBasicBlocks=true |
77
+
78
+
73
79
## Known Restrictions
74
80
75
81
* The static call graph generator does not account for methods invoked via reflection.
0 commit comments