From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugger problems Date: 19 Aug 2003 13:43:12 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 20 Message-ID: References: <3f3bf313$0$167$cc7c7865 AT news DOT luth DOT se> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Magnus Malm (temp_locke AT hotmail DOT com) wrote: : -gstabs+ did make it work. I chose -1 as value since I couldn't find any : info about this switch in the help. Diden't look that hard though since : debugging works, at last. :) ??? What -1 value? : Now there's only 2 tiny lil probs left to figure out: The help window crash : and the exe creation failing, creating a file called .xxx, where xxx : is 000, 001, and so on. The latter only happens if the prog crashes prior : to the exe creation fail event and I diden't restart RHIDE. Really odd. But : restarting RHIDE isn't that hard work. :) Add -v to the gcc options and you will see when they are created. (It's when the stub is prepended.) Right, MartinS