Recent

Author Topic: debugger not useful at all !?  (Read 8909 times)

boguslaw

  • Guest
debugger not useful at all !?
« on: May 20, 2005, 07:22:11 pm »
Sorry, but I must ask : is there any way to fix debugger in Lazarus under Win32 ? I can only step over/in (and not always) and cannot watch any even simple variables !!! All have <disabled> value ! :twisted:

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
debugger not useful at all !?
« Reply #1 on: June 13, 2005, 02:19:42 pm »
Well ... debugger worked for me in linux. Of course it has horrible issues. It must be configured perfecty otherwise it may just crash =(

I just configured my debugger doing the following: Environment menu ---> Debugger Options

And then set the debugger to what you what and ALSO fill in the path box with the full path including the file name of the debugger executable. I put only the path without the file name and lazarus started crashing when I tryed to debug =(

marmin

  • Jr. Member
  • **
  • Posts: 86
    • http://www.naton.org
debugger not useful at all !?
« Reply #2 on: August 15, 2005, 07:13:15 pm »
you can indeed Watch.
go to debug screens, DOUBLE CLICK left mouse button.

Watch. :D

Also you can use Evaluate to show all kind of useful info. (Evaluate = also a Watch, no?)

That is, if the debugger is working on your system .

Cheers.
Marmin^.Style
Location: Pointer Land!

Anonymous

  • Guest
debugger not useful at all !?
« Reply #3 on: September 10, 2005, 04:23:00 pm »
Form1.BorderStyle := bsSizeable;
  Form1.WindowState := wsNormal;  

How can I show Form1.BorderStyle current value ? I get parse error near BorderStyle !

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
debugger not useful at all !?
« Reply #4 on: September 12, 2005, 01:59:42 pm »
At the moment, you cannot
GDB has no knowledge about properties. The info needed to retrieve the value anyhow, needs to be build in lazarus.
If you want, you can got to eveluate expression (CTRL-F7) and eveluate FBORDERSTYLE
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018