Monday, 8 October 2012

How to: Eclipse Series - Conditional breakpoints - Debugging

In the following video you can learn how to set conditional breakpoints for debugging in the Eclipse IDE.


Sunday, 23 September 2012

Friday, 7 September 2012

Put everything under version control

Today's small discussion, participants are the boss and a developer.

B: I heard you're developing a shell script to run some test
D: yes, but it is not ready yet
B: in any case, please put it into SVN
D: hmm, but it is not ready yet
B: never mind, put it there, nobody will consider it as done
D: [friedfish] ... ok, I'll will, but what should be the exact place for it?
B: you can choose a place I'm sure

Lesson learnt: there difference between "don't put a file under version control", and "put it but into a wrong place" called data loss.

The Fish