• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse Debugger Question

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to debug an application using Eclipse. It allows me to step through fine and even displays the values of variables for the line that is currently being executed. However,when I inspect or watch other variables, I get an error message which says

" to perform an evaluation an expression must be compiled in the context of a java project's build path.The current execution context is not associated with a java project in the workspace"

The project is in the workspace and classpath ofcourse and I am able to step thru the code with no problems. Just can't seem to watch or inspect. Any idea what may be going on?
 
kumar sivaramakrishnan
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just wanted to get this thread looked at one more time in case someone has any thoughts...appreciate it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic