Log On
Embarcadero Home
Watch, Follow, &
Connect with Us
Share This
QualityCentral
Communities
Articles
Blogs
Resources
Downloads
Help
QualityCentral
3rdRail
Blackfish SQL
C#Builder
C++BuilderX
CodeCentral
Conference
DBArtisan
Delphi for PHP
Delphi Prism
Delphi-BCB
EDN
InterBase
JBuilder
JBuilder 2007
Kylix
Optimizeit
QualityCentral
Test project
You are not logged in.
Help
Print
Public Report
Report From:
[ Add a report in this area ]
Report #:
36635
Status:
Closed
Impossibility to see the results
Project:
Build #:
10.0.2288.42451
Version:
10.0
Submitted By:
Fabricio Araujo
Report Type:
Basic functionality failure
Date Reported:
11/16/2006 3:20:26 AM
Severity:
Commonly encountered problem
Last Updated:
3/20/2012 2:24:39 AM
Platform:
All versions
Internal Tracking #:
243227
Resolution:
Feature Removed
(Resolution Comments)
Resolved in Build:
:
6.0.1.6
Duplicate of:
None
Voting and Rating
Overall Rating:
(1 Total Rating)
5.00 out of 5
Total Votes:
1
Description
IN VCL.NET, when I have a loop of components to set up some things in my form - I put a watch and it simply reports 'expression syntax error'
Steps to Reproduce:
Consider the following procedure:
(*VCL.NET*)
function TSomeForm.ComponentLoop(pLookTag:Integer):Boolean;
var i:Integer;
J:TComponent;
begin
for I :=0 to ComponentCount-1 do
begin
J := Components[i];
If Pos('TDB', UpperCase(J.Classname))<>0 then
(*more code*)
end;
end;
Put the program to run and put the following watch:
J.className
You get on the watch window:
J.ClassName: (compiler error) Expression Syntax Error
What I can do about it?
Workarounds
None
Attachment
None
Comments
Florent Ouchet at 11/16/2006 1:52:36 PM
-
Isn't it "J.ClassName" in the code and watch?
Fabricio Araujo at 11/24/2006 9:03:15 AM
-
Is my mistake, it's J.ClassName instead of I.className
Florent Ouchet at 11/26/2006 2:14:33 PM
-
Okay, just modified the steps and promoted the issue.
Alexander Zencovich at 12/2/2006 1:08:21 PM
-
I could not watch any class property value when there is non-field based property (read access via function call like get_Property() instead of FProperty)
When property value can be accessed like read FProperty debuger works. If read vai get_Property() (or any function call) - no way to see property value.
Like example
procedure DoSomething (List : TList)
begin
if List.COunt > 0 then
List.delete(0)
end;
In that procedure is impossible to watch List.Count in another way except
var i := List.Count - assign property value to local variable
View Your Reports
Search
Server Response from: ETNACODE01
Developer Tools
Blackfish SQL
C++Builder
Delphi
FireMonkey
Prism
InterBase
JBuilder
J Optimizer
HTML5 Builder
3rdRail & TurboRuby
Database Tools
Change Manager
DBArtisan
DB Optimizer
ER/Studio
Performance Center
Rapid SQL
Technical Articles
Tutorials
White Papers
Press Releases
Newsletters
Add Content (GetPublished)
Audio
Audio & Video
Video
Bugs & Suggestions (QualityCentral)
Discussion Forums
Examples (CodeCentral)
Tags
Technology Partners
Downloads
Free Trials
Registered User Downloads
Beta Programs
Add Content (GetPublished)
Articles
Blogs
Bugs & Suggestions (QualityCentral)
Discussion Forums
Examples (CodeCentral)
Member Services
About
Connect with Us