This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GDB/Insight for Pascal


Hi, Gurus.

I am trying to compile/debug a program in Pascal. I invoke it as
  gpc -g -o hello.exe hello.pas
Then I try to debug it with insight as:
  insight hello.exe
and 'insight' does not shom me a source, just assembly code.

But the same procedure for C:
  gcc -g -o hello.exe hello.c
works well - I can see source code and debug program.

What am I doing wrong?

Thanks a lot.


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]