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/



Reply via email to