diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Plugins/CCpp.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf index 459dff8..e5ba5ad 100644 --- a/lib/Plugins/CCpp.conf +++ b/lib/Plugins/CCpp.conf @@ -1,8 +1,13 @@ -# Configuration file for CCpp add-on -# generate memory map too (IGNORED FOR NOW) +# Configuration file for CCpp hook and plugin + +# If you also want to dump file named "core" +# in crashed process' current dir, set to "yes" +MakeCompatCore = no + +# Generate memory map too (IGNORED FOR NOW) MemoryMap = no -# how to get debug-info: install, mount +# How to get debug-info: install, mount ## install - download and install debug-info packages ## mount - mount fedora NFS with debug info ## (IGNORED FOR NOW) |
