Log On
Embarcadero Home
Watch, Follow, &
Connect with Us
Share This
QualityCentral
Communities
Articles
Blogs
Resources
Downloads
Help
QualityCentral
Delphi-BCB
Debugger
Breakpoints
Call Stack
Corba DBK
Corba UI
CPU
Debugger UI
Evaluator
Evaluator ToolTips
Evaluator View
Event Log View
Exceptions
Execution
FPU
Inspector
Interaction with IDE
Kernel
Local Variables View
Module View
Multi-process
Remote Debugging
Stepping
TD32 Keys
Thread View
Watches
You are not logged in.
Help
Print
Public Report
Report From:
Delphi-BCB/Debugger/Evaluator View
[ Add a report in this area ]
Report #:
33308
Status:
Open
Add an hexadecimal view for string/binary content
Project:
Delphi
Build #:
N/A
Version:
10.0
Submitted By:
Eric Grange
Report Type:
Suggestion / Enhancement Request
Date Reported:
8/31/2006 12:50:21 AM
Severity:
Infrequently encountered problem
Last Updated:
3/20/2012 2:24:39 AM
Platform:
All platforms
Internal Tracking #:
242510
Resolution:
None
(Resolution Comments)
Resolved in Build:
:
None
Duplicate of:
None
Voting and Rating
Overall Rating:
No Ratings Yet
0.00 out of 5
Total Votes:
None
Description
Sometimes it is hard to figure out the exact value of a string in the evaluator view, notably when there are many CRLF, ' or ", TAB or other non-alphanumeric characters.
Having an hexadecimal view would alleviate that (hexa bytes on the left characters on the right), f.i. #9'Hello'#13#10 would be viewable as
09 48 65 6C 6C 6F 0D 0A .Hello..
This would be especially desirable for long strings.
The ',x' specifier could be extended to support that transformation for strings.
Steps to Reproduce:
program Project4;
{$APPTYPE CONSOLE}
uses
SysUtils;
var
MyStr: string;
begin
try
MyStr := 'abc'#13#10'efg';
WriteLn(MyStr); // place a breakpoint to evaluate MyStr here => 'abc'#$D#$A'def'
except
on E:Exception do
Writeln(E.Classname, ': ', E.Message);
end;
end.
Workarounds
None
Attachment
None
Comments
None
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