Thursday, October 12, 2006

Debug


Find your application-code and set a break-point somewhere. Notice how we set the breakpoint in a thread. When the execution stops, you can inspect the variables local to the thread just as if it would be a singel threaded application.

A nice feature of Eclipse is that if you position the mouse over any variable, Eclipse will automatically ask the target for the value and present it in a "thumb-note".

No comments: