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 

Data watches ofvariables not possible anymore

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder Debugger
View previous topic :: View next topic  
Author Message
biebel
Guest





PostPosted: Mon Jun 13, 2005 9:10 pm    Post subject: Data watches ofvariables not possible anymore Reply with quote



Hello,

I work with JBuilder X Enterprise. I've installed sun JDK 1.5 for testing.
I've resetted al the settings but now I can't watch the variable while
debugging.
When I do ctrl-Right click, the tooltip window gives the following
information : xxx = <is not in scope>.
By adding the variable to the data watches panel message pane with add
watch, I got this message :
"expression" dto = <variable xxx not found in class classpath.classname>
Is there a certain check which is changed??

Can anyone help me because this makes debugging very hard.

Thanks anyway

Bart
Back to top
biebel
Guest





PostPosted: Mon Jun 13, 2005 9:31 pm    Post subject: Re: Data watches ofvariables not possible anymore Reply with quote



This i sonly the case with private and public variable. Not with variable
who are created in the scope.

Bart


"biebel" <biebel__ (AT) hotmail (DOT) com> schreef in bericht
news:42adbdfb$1 (AT) newsgroups (DOT) borland.com...
Quote:
Hello,

I work with JBuilder X Enterprise. I've installed sun JDK 1.5 for testing.
I've resetted al the settings but now I can't watch the variable while
debugging.
When I do ctrl-Right click, the tooltip window gives the following
information : xxx = <is not in scope>.
By adding the variable to the data watches panel message pane with add
watch, I got this message :
"expression" dto = <variable xxx not found in class classpath.classname
Is there a certain check which is changed??

Can anyone help me because this makes debugging very hard.

Thanks anyway

Bart
Back to top
Lori M Olson [TeamB]
Guest





PostPosted: Mon Jun 13, 2005 11:33 pm    Post subject: Re: Data watches ofvariables not possible anymore Reply with quote



biebel wrote:
Quote:
Hello,

I work with JBuilder X Enterprise. I've installed sun JDK 1.5 for testing.
I've resetted al the settings but now I can't watch the variable while
debugging.
When I do ctrl-Right click, the tooltip window gives the following
information : xxx = <is not in scope>.
By adding the variable to the data watches panel message pane with add
watch, I got this message :
"expression" dto = <variable xxx not found in class classpath.classname
Is there a certain check which is changed??

Can anyone help me because this makes debugging very hard.

Thanks anyway

Bart



JBuilder X does not support JDK 1.5. Try downloading JBuilder 2005
(Foundation is free) to see if that will work.

--

Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Back to top
biebel
Guest





PostPosted: Tue Jun 14, 2005 11:45 am    Post subject: Re: Data watches ofvariables not possible anymore Reply with quote

What I meant with resetting was that I've reconfigured JBuilder X for
working with java sdk 1.4.
From that moment I wasn't able to do the variable watches.

Bart


"Lori M Olson [TeamB]" <javadragon (AT) techie (DOT) com> schreef in bericht
news:42addf72 (AT) newsgroups (DOT) borland.com...
Quote:
biebel wrote:
Hello,

I work with JBuilder X Enterprise. I've installed sun JDK 1.5 for
testing.
I've resetted al the settings but now I can't watch the variable while
debugging.
When I do ctrl-Right click, the tooltip window gives the following
information : xxx = <is not in scope>.
By adding the variable to the data watches panel message pane with add
watch, I got this message :
"expression" dto = <variable xxx not found in class
classpath.classname
Is there a certain check which is changed??

Can anyone help me because this makes debugging very hard.

Thanks anyway

Bart

JBuilder X does not support JDK 1.5. Try downloading JBuilder 2005
(Foundation is free) to see if that will work.

--

Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Back to top
biebel
Guest





PostPosted: Tue Jun 14, 2005 4:19 pm    Post subject: Re: Data watches ofvariables not possible anymore Reply with quote

Hello,

with resetting I meant reconfiguation of JBuilder and the system to use the
java jdk1.4 again (the one included in JBuilder).
But I can't watch variables anymore.

Regards,
Bart


"Lori M Olson [TeamB]" <javadragon (AT) techie (DOT) com> schreef in bericht
news:42addf72 (AT) newsgroups (DOT) borland.com...
Quote:
biebel wrote:
Hello,

I work with JBuilder X Enterprise. I've installed sun JDK 1.5 for
testing.
I've resetted al the settings but now I can't watch the variable while
debugging.
When I do ctrl-Right click, the tooltip window gives the following
information : xxx = <is not in scope>.
By adding the variable to the data watches panel message pane with add
watch, I got this message :
"expression" dto = <variable xxx not found in class
classpath.classname
Is there a certain check which is changed??

Can anyone help me because this makes debugging very hard.

Thanks anyway

Bart

JBuilder X does not support JDK 1.5. Try downloading JBuilder 2005
(Foundation is free) to see if that will work.

--

Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Back to top
Lori M Olson [TeamB]
Guest





PostPosted: Thu Jun 16, 2005 2:41 am    Post subject: Re: Data watches ofvariables not possible anymore Reply with quote

biebel wrote:
Quote:
What I meant with resetting was that I've reconfigured JBuilder X for
working with java sdk 1.4.
From that moment I wasn't able to do the variable watches.

Bart



Ok. If this is just with one project, then you should look to your
<project>.jpx.local file. It may have some bogus settings that need to
be cleared out (you can rename this file to test this).

If you get it with more than one project, then I'd start looking in some
of the other places that JBuilder saves settings.

<home>.jbuilderX
<home>.primetimeX

You could rename/move those directories, because JBuilder will recreate
them with default settings, to see if that fixes your problem.

--

Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Back to top
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder Debugger All times are GMT
Page 1 of 1

 
 


Powered by phpBB © 2001, 2006 phpBB Group
.