From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Van Belinghen To: insight@sourceware.cygnus.com Subject: No C++ Source Code Date: Fri, 05 Nov 1999 17:24:00 -0000 Message-id: <3823AD16.F526063C@cloud9.net> X-SW-Source: 1999-q4/msg00036.html I installed the insight debugger version offered at the cygwin site - a pre-built version for cygwin under Win95/nt. I find that I can debug C programs at the source level, but C++ programs only at the assembly language level. Why is this? Is it a limitation, an old version, or is there some installation step I need? To test it, I used simple "hello world" programs - one for C and one for C++. I compiled and linked both using gcc under cygwin-b20.1. Do I need to add a PATH variable for the insight bin directory?