Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Cannot evaluate a variable while debugging
Cannot evaluate a variable while debugging [message #270323] Mon, 06 September 2004 20:29 Go to next message
Eclipse UserFriend
Originally posted by: hans.schwaebli.schwaebli.de

I get this message if I want to inspect a variable when debugging:

"The selected stack frame must be associated with a Java project in the
workspace to perform an evaluation."

What is wrong? I don't understand the message.
Re: Cannot evaluate a variable while debugging [message #270444 is a reply to message #270323] Tue, 07 September 2004 15:49 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
To perform evaluations in the debugger, the debugger must be able to
generate and compile source code. To compile a source snippet, we require a
project context, from which a build path and referenced types are resolved.
If you are debugging code that is not from a Java project in the workspace
(for example, a remote debuggee for source is not part of a Java project),
this message will appear.

Darin

"Hans Schw
Previous Topic:Problem starting up eclipse
Next Topic:preventing a view from closing
Goto Forum:
  


Current Time: Mon Jul 22 02:26:14 GMT 2024

Powered by FUDForum. Page generated in 0.03422 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top