[Gd-chatter] r11554 - trunk/fundev/sources/environment/debugger
andreas at gwydiondylan.org
andreas at gwydiondylan.org
Mon Dec 17 17:55:43 CET 2007
Author: andreas
Date: Mon Dec 17 17:55:43 2007
New Revision: 11554
Modified:
trunk/fundev/sources/environment/debugger/options.dylan
Log:
job: fd
More useful default for debugger frame filter.
Modified: trunk/fundev/sources/environment/debugger/options.dylan
==============================================================================
--- trunk/fundev/sources/environment/debugger/options.dylan (original)
+++ trunk/fundev/sources/environment/debugger/options.dylan Mon Dec 17 17:55:43 2007
@@ -18,7 +18,7 @@
slot open-debugger-on-pause :: <boolean> = #t;
slot stack-include :: <string> = "";
slot stack-exclude :: <string> = "";
- slot stack-modules :: <symbol> = #"used";
+ slot stack-modules :: <symbol> = #"all";
slot stack-show-dylan-calls :: <boolean> = #t;
slot stack-show-internal-calls :: <boolean> = #f;
slot stack-show-foreign-calls :: <boolean> = #f;
More information about the chatter
mailing list