I usually run a dual-monitor setup, so I have two Eclipse windows open for the same workspace, displaying different files. When I\'m debugging and a breakpoint is hit, Eclipse s
You can create another workspace and in that workspace create a new project from the same src code (same files in file system) of the one in your current project in your current workspace. That would let you stop on one breakpoint without the other window stopping their too. Notice that after you make some code modifications in one project you'd have to refresh the other project for those changes to apply in it.