Debug feature request
From: mamcx (thismail_at_notexist.com)
Date: 12/02/04
- Next message: Deborah Pate (TeamB): "Re: What are your favorite features?"
- Previous message: Wayne Niddery [TeamB]: "Re: D2005 & DUnit - A Light Hearted Look"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 02 Dec 2004 14:06:42 -0500
Sometimes i feel debugin was made for "Hello Crazy World!" or a:=b+c
kind of code... Because, you know, a lot are made by call functions,
fired events, class hierachy and the worst of all, cycles...
Today, i have a nasty problem when debugg a VFP COM+ component.... the
problem is, the code was checking a array and have this kind of loop:
for i=... to ...
for y=... to ...
So, while i consider how funny is that i need check carefully each
Array[i,y] insider value, and still more funny, i need do that to the 64
loop of i, loop 1 of y... (while remember a crazy day where, after i
check something like 1000? records in a operation for a nasty trouble) i
think that we need a way to improve this.
In fact, i need to know if in Delphi is possible have a dump of the
program state... , plus ask if in Delphi 2005/Win32 still is not
reported the method and number line of error. Is entered a QC
requesting, when a exception happend for ?:
- Line of error
- Method/Program
- Call stack
- Dump of local vars...
- Dump of the program when happend the error
Also, i like have a VISUAL representation of the program, like have a
UML state diagram while the program is running...
Or exist a thirdy-party for this?
Or is possible build this?
- Next message: Deborah Pate (TeamB): "Re: What are your favorite features?"
- Previous message: Wayne Niddery [TeamB]: "Re: D2005 & DUnit - A Light Hearted Look"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|