BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Cannot inpsect objects using Run | Inspect
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (IDE)
View previous topic :: View next topic  
Author Message
stevew
Guest





PostPosted: Mon Sep 29, 2003 2:57 am    Post subject: Cannot inpsect objects using Run | Inspect Reply with quote



All,
I'm building a console app with the most recent update of C++ Builder.

When debugging the app in C++ Builder 5, I am used to inspecting my objects
by selecting Run | Inspect. For instance, I can step into a method and enter
Alt-r-i and enter "this"; and I can inspect the entire object.

Although Builder6 help tells me to select Run | Inspect to inspect objects;
this option is not there in C++ Builder 6.

What up?

Thanks,
Stevew


Back to top
Wim Bekker
Guest





PostPosted: Mon Sep 29, 2003 8:55 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote



"stevew" <void (AT) void (DOT) com> wrote:
Quote:
Although Builder6 help tells me to select Run | Inspect to inspect
objects;
this option is not there in C++ Builder 6.

We'll, it's there, just Run | Inspect, just above Evaluate/Modify. It's
disabled when your program is running. If you've set a breakpoint and your
program is halted, the option is enabled.

Then you can also inspect a variable by positioning the mouse cursor above
the variable and pressing 'CTRL'-left mouse button.

In the evaluate window you can also select to inspect a variable (and you
can select to watch it).

Wim



Back to top
stevew
Guest





PostPosted: Tue Sep 30, 2003 3:25 pm    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote



Hello All,
Thanks to Wim for your reply.
I checked and double checked, but "Run | Inspect" is just plain not there!
The only factor I can currently think of is that I'm running the "personal
edition". But it's hard to imagine that this most important of features
would be removed based on edition. In Builder 5, it's just above the
"Evaluate/Modify" option.
Is "Run | Inspect" missing for anyone else out there?
Regards,
Steve

"Wim Bekker" <wim@bekker> wrote

Quote:
"stevew" <void (AT) void (DOT) com> wrote:
Although Builder6 help tells me to select Run | Inspect to inspect
objects;
this option is not there in C++ Builder 6.

We'll, it's there, just Run | Inspect, just above Evaluate/Modify. It's
disabled when your program is running. If you've set a breakpoint and your
program is halted, the option is enabled.

Then you can also inspect a variable by positioning the mouse cursor above
the variable and pressing 'CTRL'-left mouse button.

In the evaluate window you can also select to inspect a variable (and you
can select to watch it).

Wim





Back to top
Andrew Bond
Guest





PostPosted: Wed Oct 01, 2003 2:33 pm    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Steve

I also have this problem - the Inspect command is missing from the Run menu
and the popup menu. Also my CodeGuard debug window is missing.

I am running the Pro edition of BCB6, with Update 4 applied (build no
10.166), on Windows XP with SP1. I am running exactly the same version on
other XP machines and the Inspect command is present. I haven't investigated
further yet - but will need to do so soon, since the malfunctioning
installation is on my fastest PC.

Perhaps we can share any clues we get....

Andrew Bond

"stevew" <void (AT) void (DOT) com> wrote

Quote:
Hello All,
Thanks to Wim for your reply.
I checked and double checked, but "Run | Inspect" is just plain not there!
The only factor I can currently think of is that I'm running the "personal
edition". But it's hard to imagine that this most important of features
would be removed based on edition. In Builder 5, it's just above the
"Evaluate/Modify" option.
Is "Run | Inspect" missing for anyone else out there?
Regards,
Steve



Back to top
stevew
Guest





PostPosted: Wed Oct 01, 2003 3:58 pm    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

All,
Thanks to Andrew for your note. Since you're running the Pro edition, I
guess that rules out an edition-specific issue. BTW, I'm also running with
Update 4 on an XP machine. I have no other ideas at this time, but I'll let
you know if any other evidence surfaces.
Has anyone on TeamB seen this behavior?
Regards,
Stevew

"Andrew Bond" <andrew.bond (AT) geocentrix (DOT) co.uk> wrote

Quote:
Steve

I also have this problem - the Inspect command is missing from the Run
menu
and the popup menu. Also my CodeGuard debug window is missing.

I am running the Pro edition of BCB6, with Update 4 applied (build no
10.166), on Windows XP with SP1. I am running exactly the same version on
other XP machines and the Inspect command is present. I haven't
investigated
further yet - but will need to do so soon, since the malfunctioning
installation is on my fastest PC.

Perhaps we can share any clues we get....

Andrew Bond

"stevew" <void (AT) void (DOT) com> wrote in message
news:3f799fa6 (AT) newsgroups (DOT) borland.com...
Hello All,
Thanks to Wim for your reply.
I checked and double checked, but "Run | Inspect" is just plain not
there!
The only factor I can currently think of is that I'm running the
"personal
edition". But it's hard to imagine that this most important of features
would be removed based on edition. In Builder 5, it's just above the
"Evaluate/Modify" option.
Is "Run | Inspect" missing for anyone else out there?
Regards,
Steve





Back to top
Ed Mulroy [TeamB]
Guest





PostPosted: Wed Oct 01, 2003 10:17 pm    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

I make no promises but try this:

Put the compiler CD into the machine and select the registry update (it may
be called repair).

.. Ed

Quote:
stevew wrote in message
news:3f7af8fa (AT) newsgroups (DOT) borland.com...



Back to top
Andrew Bond
Guest





PostPosted: Thu Oct 02, 2003 8:58 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Ed

Thanks for the suggestion - however, a Repair has no effect - the Inspect
command and several Debug windows are missing. I am now attempting a
complete uninstall/reinstall...

Andrew

"Ed Mulroy [TeamB]" <dont_email_me (AT) bitbuck (DOT) et> wrote

Quote:
I make no promises but try this:

Put the compiler CD into the machine and select the registry update (it
may
be called repair).

. Ed

stevew wrote in message
news:3f7af8fa (AT) newsgroups (DOT) borland.com...





Back to top
Andrew Bond
Guest





PostPosted: Thu Oct 02, 2003 8:59 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Steve

One difference between my working and non-working installations is that I
have toolsFactory's ClassExplorer installed on my non-working version... are
you using this also?

Ed's suggestion of a Repair did not work for me. I am now doing a complete
uninstall/reinstall...

Andrew


"stevew" <void (AT) void (DOT) com> wrote

Quote:
All,
Thanks to Andrew for your note. Since you're running the Pro edition, I
guess that rules out an edition-specific issue. BTW, I'm also running
with
Update 4 on an XP machine. I have no other ideas at this time, but I'll
let
you know if any other evidence surfaces.
Has anyone on TeamB seen this behavior?
Regards,
Stevew

"Andrew Bond" <andrew.bond (AT) geocentrix (DOT) co.uk> wrote in message
news:3f7ae5d1 (AT) newsgroups (DOT) borland.com...
Steve

I also have this problem - the Inspect command is missing from the Run
menu
and the popup menu. Also my CodeGuard debug window is missing.

I am running the Pro edition of BCB6, with Update 4 applied (build no
10.166), on Windows XP with SP1. I am running exactly the same version
on
other XP machines and the Inspect command is present. I haven't
investigated
further yet - but will need to do so soon, since the malfunctioning
installation is on my fastest PC.

Perhaps we can share any clues we get....

Andrew Bond

"stevew" <void (AT) void (DOT) com> wrote in message
news:3f799fa6 (AT) newsgroups (DOT) borland.com...
Hello All,
Thanks to Wim for your reply.
I checked and double checked, but "Run | Inspect" is just plain not
there!
The only factor I can currently think of is that I'm running the
"personal
edition". But it's hard to imagine that this most important of
features
would be removed based on edition. In Builder 5, it's just above the
"Evaluate/Modify" option.
Is "Run | Inspect" missing for anyone else out there?
Regards,
Steve







Back to top
Andrew Bond
Guest





PostPosted: Thu Oct 02, 2003 10:33 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Steve

I have completely uninstalled and then reinstalled Builder 6 + Update 4 +
all my other components (DevExpress, Raize, Graphics Server, TurboPower XML
Pro) ... and everthing is now working properly.

A couple of hours wasted, but at least I am fully operational now <g>.

Andrew


"stevew" <void (AT) void (DOT) com> wrote

Quote:
All,
I'm building a console app with the most recent update of C++ Builder.

When debugging the app in C++ Builder 5, I am used to inspecting my
objects
by selecting Run | Inspect. For instance, I can step into a method and
enter
Alt-r-i and enter "this"; and I can inspect the entire object.

Although Builder6 help tells me to select Run | Inspect to inspect
objects;
this option is not there in C++ Builder 6.

What up?

Thanks,
Stevew





Back to top
Wim Bekker
Guest





PostPosted: Thu Oct 02, 2003 11:55 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

"Andrew Bond" wrote:
Quote:
I have completely uninstalled and then reinstalled Builder 6 + Update 4 +
all my other components (DevExpress, Raize, Graphics Server, TurboPower
XML
Pro) ... and everthing is now working properly.

We've had this problem when installing borland as Administrator and using it
as user (with admin rights). We use ClassExplorer as well.

Wim



Back to top
Andrew Bond
Guest





PostPosted: Thu Oct 02, 2003 1:34 pm    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Wim

That fits with my experience - this time around I have NOT installed
ClassExplorer and the problem has not re-appeared.

Andrew

"Wim Bekker" <wim@bekker> wrote

Quote:
"Andrew Bond" wrote:
I have completely uninstalled and then reinstalled Builder 6 + Update 4
+
all my other components (DevExpress, Raize, Graphics Server, TurboPower
XML
Pro) ... and everthing is now working properly.

We've had this problem when installing borland as Administrator and using
it
as user (with admin rights). We use ClassExplorer as well.

Wim





Back to top
stevew
Guest





PostPosted: Thu Oct 02, 2003 5:59 pm    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Hello Wim, Andrew, and Ed,
Thanks for your interest in this issue. Still no luck!

Andrew , to answer your question as to whether I've installed ClassExplorer
, I am doing only the "typical" install.

Ed, I tried the repair option on install as well; but no luck (same as
Andrew's experience).

I performed an uninstall/reinstall; but still Run | Inspect still does not
appear.

Thinking I might have a permissions problem, I also relaxed the permissions
on my disk drive and did an uninstall/reinstall cycle; still to no avail.

Wim, I am installing under my user account, which has admin privilege.

I'm intrigued as to why this problem exists. That is, what's special about
inspecting an object that would make it an inaccesible option?

Regards,
stevew

FYI, I'm running WinXP (latest updates); Builder6 Personal; Problem is there
with or without update4.

"Andrew Bond" <andrew.bond (AT) geocentrix (DOT) co.uk> wrote

Quote:
Wim

That fits with my experience - this time around I have NOT installed
ClassExplorer and the problem has not re-appeared.

Andrew

"Wim Bekker" <wim@bekker> wrote in message
news:3f7c125f (AT) newsgroups (DOT) borland.com...
"Andrew Bond" wrote:
I have completely uninstalled and then reinstalled Builder 6 + Update
4
+
all my other components (DevExpress, Raize, Graphics Server,
TurboPower
XML
Pro) ... and everthing is now working properly.

We've had this problem when installing borland as Administrator and
using
it
as user (with admin rights). We use ClassExplorer as well.

Wim







Back to top
Ed Mulroy [TeamB]
Guest





PostPosted: Fri Oct 03, 2003 2:23 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Try asking in the

borland.public.install.cppbuilder

group, and mention that this happened on the latest install. Borland folks
maintain a presense in that group and may have seen this one before.

.. Ed

Quote:
stevew wrote in message
news:3f7c67d4 (AT) newsgroups (DOT) borland.com...



Back to top
Andrew Bond
Guest





PostPosted: Fri Oct 03, 2003 5:54 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

Steve

Do you have the other symptoms that I had? Such as:

CodeGuard command missing missing from View | Debug Windows menu,
Tools | Debugger dialog box missing its Events page

These might be useful clues to those who have fixed the problem in a
different way to me.

Andrew


"stevew" <void> wrote

Quote:
Hello Wim, Andrew, and Ed,
Thanks for your interest in this issue. Still no luck!

Andrew , to answer your question as to whether I've installed
ClassExplorer
, I am doing only the "typical" install.




Back to top
Wim Bekker
Guest





PostPosted: Fri Oct 03, 2003 8:37 am    Post subject: Re: Cannot inpsect objects using Run | Inspect Reply with quote

I've also had To-Do missing, but the todo file was present. (on Win2K).

Wim

"Andrew Bond" <andrew.bond (AT) geocentrix (DOT) co.uk> schreef in bericht
news:3f7d0f29 (AT) newsgroups (DOT) borland.com...
Quote:
Steve

Do you have the other symptoms that I had? Such as:

CodeGuard command missing missing from View | Debug Windows menu,
Tools | Debugger dialog box missing its Events page

These might be useful clues to those who have fixed the problem in a
different way to me.

Andrew




Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (IDE) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
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


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.