Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Sat, 13 Jul 2002 17:15:36 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Cygwin debugging enhancements Message-ID: <20020713211536.GA9598@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23.1i I added two things to cygwin to help with debugging the DLL itself. The output from CYGWIN_SLEEP now includes the program name. I sometimes set CYGWIN_SLEEP to zero just to see what is starting and this helps figure out where crashes occur. I also had the dll honor CYGWIN_DEBUG so that if you set CYGWIN_DEBUG=cat gdb.exe will be started when the cat program is detected. I've documented this in how-to-debug-cygwin.txt. FYI, cgf