I work in Eclipse Helios, Mac OS X last Leopard, simultaneously with several projects. I set breakpoints in project 1 and fine. Project 2 is a fork of project 1, so it contains similar files. When I try to debug project 2, the debugger stops at the same breakpoints that are defined for Project 1, how can this be? How can I make breakpoints for each project?
One approach is to use a conditional breakpoint, the condition of which is true only for one of the projects.
In Eclipse, you can set a conditional breakpoint:
Eclipse , : .