Hi,
I was wondering if someone here has attempted at writing a debugging tool using java's JDI, and where I can find useful resources regarding JDI and its use.
Many Thanks,:confused:
Printable View
Hi,
I was wondering if someone here has attempted at writing a debugging tool using java's JDI, and where I can find useful resources regarding JDI and its use.
Many Thanks,:confused:
most of us who have to get something done just insert System.out.println(...);
{ edit for addiitional info on ftr's next post:
PMD == "Project Meets Deadline" }
Actually, mostly I use NetBean's built in debugger.
Altho there are times when PMD is needed.