 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Feico Guest
|
Posted: Sun Jan 22, 2006 2:13 pm Post subject: Tooltips while debugging |
|
|
Dear friends
When the program is being debugged, it shows the value of identifiers
in a tooltip. However, in a subroutine it shows only the address of an
array, if the entire array was passed in a parameter.
To solve this problem, I include a 'for' statement to copy the entire
array to an internal array, so I can display that.
Is there a more convenient way to show the contents of the array?
Another problem is the display format. Sometimes it shows characters
when I want numbers, or decimal when I want hexadecimal. Can this be
chosen?
--
Feico
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Jan 23, 2006 7:32 am Post subject: Re: Tooltips while debugging |
|
|
"Feico" <feicorem0veth1s (AT) gmx (DOT) net> wrote
| Quote: | Is there a more convenient way to show the contents of the array?
|
View the input parameter in a Debug Inspector. You can then right-click on
it and specify a "Range" that is the number of items to display from the
starting address.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|