I need to show to some teachers that I can use the Lazarus IDE also for develop and debug simple standard Pascal Applications, in the same way they do with the Fp IDE.

In windows I can do it without problems, but I need to show this on Linux...

Si, I followed with success the instructions found in this article: http://wiki.lazarus.freepascal.org/Console_Mode_Pascal

(lazarus 0.9.23 w/fpc2.20 Ubuntu 6.06)

but after a while I noted some problems:

a) The console application always terminates with a message saying that the debugger has problems (don't have here the message, but it's the ususal when GDB hangs).

b) I try to set some breakpoints and execute the program step by step, but these are totally ignored.

(the test program is very silly: a bunch o writeln('Hello #'); and a final readln; before termination)

I need suggestions about that...

thanks
tiziano

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to