Message-ID: From: "Andris Pavenis" To: djgpp-workers AT delorie DOT com Date: Wed, 12 Aug 1998 18:29:21 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: One small annoyance with DJDEV202 (980726) Precedence: bulk Hi! I suggest to add possibility to disable (at runtime) register and stack dump after SIGABRT. When I'm using assert() in program then the message outputted by assert() is often scrolled out of screen (together with previous output). Such feature is nice but not always. I think global variable for enabling register dump would be Ok. The question then is how to enable such dump at runtime without rebuilding an application (some environment variable that can also control some other debugging features) Andris