Xref: news-dnh.mv.net comp.os.msdos.djgpp:1517 Path: news-dnh.mv.net!mv!news.sprintlink.net!news.onramp.net!news.tcst.com!dildog.lgc.com!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: fsdb v2 and cwsdpmi bug? Date: Mon, 14 Aug 1995 00:48:46 CDT Organization: Rice University, Houston, Texas Lines: 23 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > fsdb works fine with my c++ program as long as I use cwsdpmi b3. > Then I try to run fsdb with cwsdpmi b5 I get the following error as soon as > I hit f8 (step) or f9 (run): FSDB bug. Null Pointer. Fix below. Fix also displays source now. Patch FSDB and rebuild. It is BETA you know! Not CWSDPMI problem. *** fullscr.bak Thu Mar 30 02:59:56 1995 --- fullscr.c Sun Aug 13 00:43:30 1995 *************** *** 809,813 **** select_source_file (char *file) { ! if (!source_pane_module && strcmp (file, source_pane_module)) { int i, no; --- 809,813 ---- select_source_file (char *file) { ! if (source_pane_module && strcmp (file, source_pane_module)) { int i, no;