0
votes
1answer
26 views

Can't get Eclipse to recognize my Ideatab

I had been using my PlayBook for Android dev but recently got a Lenovo Idea tab but I can't deploy to it from Eclipse. I enabled dev mode in the settings and tried installing the Android usb drivers ...
0
votes
0answers
33 views

Eclipse doesn't break on ANY handled/unhandled exception

I wanted to see how Eclipse breaks on handled/unhandled exceptions. I added the following lines of code as the first lines in my startup activity to deliberately cause an exception. Eclipse never ...
0
votes
0answers
12 views

SWT NullPointerExceptions on add row with yql data

I have made a simple app that takes a yahoo finance url that points to csv that gets read and stored in a class. I found this class from here http://java.sys-con.com/node/39248. Then I made a SWT UI ...
0
votes
2answers
37 views

How to debug sessionscoped beans?

Imagine I have a bean which is SessionScoped. ( Call it: Bean A ) When I request a page that accesses this bean, this bean is initialized and some of its properties are set accordingly. Then I ...
0
votes
1answer
60 views

NullPointerException in java exercise assignment

He I am a beginner in java and I am working on a exercise where I need to draw a car. The code in my book does not work and I don't know why. I am not a total noob to java I know classes, objects, ...
0
votes
1answer
22 views

Error when starting Eclipse Java EE IDE for Web Developers

I'm running a java project in Eclipse, and using Subversion. When I open Eclipse, I'm getting this message about some unexpected Mercurial errors: There are some unexpected Mercurial errors ...
0
votes
1answer
22 views

Neo4j: Properties in Node and Relationship objects

I am trying to debug through code in which I have a social network graph implemented using neo4j. While debugging I want to know app properties (with their values) contained in a Node or Relationship. ...
0
votes
3answers
18 views

How To Run Eclipse Debugger Mode to See Order of Operations?

In a previous question I had asked about recursion one of the responses recommended that I use debugger mode to see the order of operations. I had a few more order of operations questions, but figured ...
0
votes
4answers
61 views

Debugging last statement in a condition in Eclipse is not possible?

public static void main(String args[]) { if(true) { int x= 3*44+7; //int y=1; } } I narrowed my problem to this simple statement and I dont really know how this variable can be ...
0
votes
0answers
23 views

How to trace-debug-breakpoint ant build under Eclipse?

I have an exception occurring while building ant target. Exception information contains hyperlinks in Console window, which lead to some points in code. Unfortunately, if I set breakpoint there, it ...
2
votes
1answer
63 views

How to step into tomcat source?

I want to learn the internals of tomcat operation and understand the flow. For this I created a servlet - public class TestServlet extends HttpServlet { //Breakpoint set on constructor ...
0
votes
1answer
18 views

android - turn off flurry while debugging

Is there an efficient way to turn off Flurry while debugging? Right now the best way I can think of is setting a DEBUG variable to true in one file, and in all of my activities super.onStart(); ...
0
votes
0answers
14 views

How to release jdb debug connection

I am happy debugging with jdb. I attach the debug port with: jdb -attach myport It works well. Sometimes, I quit jdb abnormally which causes the debug port is still occupied. I can not attach to that ...
1
vote
1answer
43 views

Can i change things while debug mode is running in Eclipse?

so as the title states, can i change things while debug mode is running an application in Eclipse? You know like colors or stuff like that, I've seen Notch (Creator of Minecraft) do this thing when he ...
0
votes
0answers
56 views

Debug Launch Configuration with gdbserver debugger

I try to create debug launch configuration in my eclipse plugin. I define the debugger to be "gdbserver" but actualy i get "gdb/mi". I use the following code to create the debug configuration: ...

1 2 3 4 5 94
15 30 50 per page