xsf-docs/howto/use-gdb.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 6b4a944090829d8477dc4dad2af5583b1c7d9bf5 Author: Cyril Brulebois <[email protected]> Date: Mon Jun 25 22:26:55 2012 +0200 Document -core for latest gdm3. diff --git a/xsf-docs/howto/use-gdb.txt b/xsf-docs/howto/use-gdb.txt index 8de06f0..dce7d02 100644 --- a/xsf-docs/howto/use-gdb.txt +++ b/xsf-docs/howto/use-gdb.txt @@ -56,7 +56,10 @@ Actual gdb work Getting a core file ~~~~~~~~~~~~~~~~~~~ - * Using `gdm3`: The idea is to tweak the daemon’s + * Using `gdm3` 3.4.1 and above: uncomment `Enable = true` in the + `[debug]` section of the `/etc/gdm3/daemon.conf` file. + + * Using an older `gdm3` package: The idea is to tweak the daemon’s `LocalXserverCommand` setting, adding the `-core` option. As of `gdm3 2.30`, the defaults can be found in `/usr/share/gdm/gdm.schemas`. Sample `/etc/gdm3/daemon.conf` -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

