This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Need help with Insight
- From: Andrew Haley <aph at gcc dot gnu dot org>
- To: Tong Wang <wangtong at usc dot edu>
- Cc: gcc help <gcc-help at gcc dot gnu dot org>
- Date: Tue, 10 Apr 2007 10:32:09 +0100
- Subject: Re: Need help with Insight
- References: <d8dceb6d1e154.461acdc8@usc.edu>
Tong Wang writes:
> I used insight debugger a while ago, and I remember I only need to open the .exe file, then the corresponding .c file
> should show up, and I can go through my code to find the errors. But now when I open the .exe file , I saw something
> strange as shown below. Did I miss some steps ? I am using Win XP + Cygwin . The compiling command I used is
> quite naive: gcc -Wall -O2 mycode.c -o mycode . Thanks for any help.
Look at _Debugging Options_ in the fine gcc manual.
Andrew.