java - Unable to evaluation expressions from Eclipse Display View while debugging decompiled code in PaxExam integration test -


i'm debugging paxexam integration test in eclipse. i'm stepping through code class , method don't yet have source for. when hits breakpoint, says "source not found" (with "edit source lookup path" button), when visit class file know it's using, it's able decompile (using jd-eclipse).

(note running paxexam tests forks process, debugging them requires setting "-xdebug" parameters in run configuration of test class, , using "remote java application" configuration connect it.)

while stepping through of code, can enter expressions in display view, available completions, , display values , execute methods.

when hits breakpoint in decompiled class (showing "source not found" in editor view), can see local , instance variables in variables pane. can switch view of decompiled class , use stack trace info see line i'm on.

at point, if try enter expression in display view , display (even "this"), says:

evaluation failed...to perform evaluation, expression must compiled in context of java project's build path. current execution context not associated java project in workspace.

i'm trying access source code class, think wouldn't need go point. there reasonable workaround situation?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -