android - Why don't I see local variables while debugging in Eclipse? -


I'm trying to debug an Android app on a device. I hope local variables are expected to appear in the Expressions view in debug perspective in Eclipse, but this entire view is empty.

The last message in the console is: to connect to the debugger 'My.app.id' on port 8601 which seems suspicious, I have to enable debugging on the device in the manifest , And I have the SET_DEBUG_APP permission in Massage.

Why can not I see my local variable?

Usually 'Expressions' view is not seen in the 'Variables' view of debug perspective. You should be closed, so connect it with window, view view, variable options, from window.

Comments