Board index » delphi » Unable To Get De{*word*81} To Show Varable Values In D7 PE

Unable To Get De{*word*81} To Show Varable Values In D7 PE

Hi,

Just installed D7 PE and notice that when I set a breakpoint, the code
editor doesn't show the value of a variable or return codes when I hold the
mouse over it. This works fine for me in D4 Pro.
Am I missing something.

Steve

 

Re:Unable To Get De{*word*81} To Show Varable Values In D7 PE


"Steve" <smcgrath@nospam> wrote

Quote
> Just installed D7 PE and notice that when I set a breakpoint,
> the code editor doesn't show the value of a variable or return
> codes when I hold the mouse over it. ... Am I missing something.

Yes, I think you are!  Is the variable optimized to be a register
only?  Try with optimize OFF.  If that does not work. Zip
project code for small failing project into a post in attachments
forum.  --JohnH

Re:Unable To Get De{*word*81} To Show Varable Values In D7 PE


"Steve" <smcgrath@nospam> wrote

Quote
> ... I still have the problem even with a simple 'hello world' program.
> I've turned off optimisations and no difference. Below is my code
> sample:

Steve,  I have tried your code under D7 and *can* see the tool-tip
watches.  As I suggested before, can you zip up the project code
into a post in attachments?  What third-party experts do you have
installed in your Delphi, if any?  --JohnH

Re:Unable To Get De{*word*81} To Show Varable Values In D7 PE


John,

I've zipped it up and posted in attachments. I've installed D7 PE on two
machines and both exhibit the same problem. None have any 3rd party stuff
installed yet. This particular version of D7 was on PC World magazine...
I presume this feature isn't removed from the personal edition?

Steve

"John Herbster (TeamB)" <herb-sci at novus-tele.net> wrote in message
news:3deb9ace$1@newsgroups.borland.com...

Quote
> "Steve" <smcgrath@nospam> wrote
> > ... I still have the problem even with a simple 'hello world' program.
> > I've turned off optimisations and no difference. Below is my code
> > sample:

> Steve,  I have tried your code under D7 and *can* see the tool-tip
> watches.  As I suggested before, can you zip up the project code
> into a post in attachments?  What third-party experts do you have
> installed in your Delphi, if any?  --JohnH

Other Threads