Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Andmore » Eclipse is unable to debug(nor to show the stacktrace of the current thread.)
icon4.gif  Eclipse is unable to debug [message #1690131] Wed, 25 March 2015 12:49 Go to next message
faceless developer is currently offline faceless developerFriend
Messages: 1
Registered: March 2015
Junior Member
Hi, guys!
I have a really strange issue right here. Basically, I'm unable to debug.
I use Eclipse with ADT on Debian, and I'm trying to develop an Android application. When I set up a breakpoint, and start the eclipse debugger, the main thread pauses on the line previously specified, BUT:
- in the "debug" view on eclipse the stacktrace sometimes is not shown,
and, when it is, I cannot inspect any of the variables present in my activi-
ty, because it is "Unable to evaluate the selected expression: 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" [eclipse error]
- the evidenced line is not shown as the one I am now at, but as
if I already have passed there (And haven't, because that method is a
callback invoked ONLY at the creation of the fragment class)
Sometimes, though, at other points of the app the debugger works correctly.
Thank you in advance for your help.
P.S. I also posted this issue on android devgroup on G+, but I'm not sure where shoult it really belong, because I don't know if the debug on android is managed by eclipse, or by ADT.
Re: Eclipse is unable to debug [message #1690141 is a reply to message #1690131] Wed, 25 March 2015 13:22 Go to previous message
Denis Roy is currently offline Denis RoyFriend
Messages: 483
Registered: October 2004
Location: Ottawa, Ontario, Canada
Senior Member

I've moved this topic to the Andmore forum. Although ADT is not an official Eclipse project, Andmore is, and perhaps the kind folks here can offer some insight.

Denis Roy
Eclipse Webmaster -- webmaster@eclipse.org
Next Topic:Problem with generated projects
Goto Forum:
  


Current Time: Tue Mar 19 09:53:43 GMT 2024

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

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

Back to the top