<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello:<br>
<br>
I've decide to use the this work around. I write to filetext and in a
terminal I use "tail -f <file>". It lets me stop in a breakpoint
from the IDE and watch in the terminal the current value with a
writeln. It's not the best, but it works for what I need. May be later
I will learn how to use the gdb from command line.<br>
<br>
By the way, I thought gdb was unable to display Pascal variables, but
if gdb is able to display the value of any variable in Pascal, what's
the problem of Lazarus's IDE in displaying the value? It uses gdb as
debugger backend. doesn't it?<br>
<br>
Regards<br>
Santiago Amposta<br>
<br>
around <br>
<blockquote cite="mid:493FAA77.4010305@doctors.org.uk" type="cite">
  <pre wrap="">svaa wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello:

I have 0.9.26 on Ubuntu 7.10. I am writing a GUI program, since debugger 
has problems to check the values of variables, I want to output debug 
data with "writeln" but I  can't get a terminal with if it is not 
console application.

How can I get a to have the GUI program running and a terminal window also?

Regards
Santiago A.

_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a>

  
    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
  </pre>
</blockquote>
<br>
</body>
</html>