Hello all,
I’m fairly new to using any form of debugging tools for the programs I write. I usually just beat my head against errors for long enough and I can figure out a solution. This is starting to be very inefficient however. I would benefit greatly from some type of debug that will allow me to run my application line by line and allow me to see whats in the variables in Eclipse. I know I’ve seen this before in some development environment but I cant remember what it was. I was able to mouse over the variables while the program was running and it would show me what is currently stored in there. I have a white board but that isn’t a good enough tool :D. I hope I explained myself appropriately but if I didn’t I’ll try to clarify. Thanks everyone.
Edit: I was playing around with debugger and I found out that the breakpoint system is what I was looking for. Thanks though =)