Eclipse 3.4+ - No more notifying a breakpoint in taskbar - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T12:47:56Z http://stackoverflow.com/feeds/question/1027301 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1027301/eclipse-3-4-no-more-notifying-a-breakpoint-in-taskbar 1 Eclipse 3.4+ - No more notifying a breakpoint in taskbar Gnoupi 2009-06-22T13:47:19Z 2009-11-18T16:39:23Z <p>Hello.</p> <p>This question may sound silly, but I was wondering if someone ever had that problem too. I was using Eclipse 3.2 to develop, earlier. Recently I changed to Eclipse 3.4 (ganymede), and I have a problem, concerning debugging. Before, whenever the debugger was hitting a breakpoint, Eclipse would blink in the windows taskbar, to notify about it. But since switching to 3.4, it doesn't "blink" anymore, so, to debug a Swing application, it can easily get annoying, because you don't see directly when you entered a breakpoint.</p> <p>In other informations, I'm using Eclipse 3.4 over the previous workspace, so I thought it might be a problem, with using the previous settings, but after trying on a brand new workspace, I encountered the same issue. I tried to search about it in the Eclipse community, but nothing like this so far.</p> <p>Has anyone ever had that problem ? And if yes, is there a way to make it work ?</p> <p><hr></p> <p><strong>Edit:</strong> For information, updating to Eclipse 3.5 (galileo) didn't solve the issue, so I'm guessing it's not linked to only the previous update. Something probably changed since version 3.2, which is now preventing the usual "blinking" behavior. I can't figure out what, though.</p> http://stackoverflow.com/questions/1027301/eclipse-3-4-no-more-notifying-a-breakpoint-in-taskbar/1027470#1027470 0 Answer by Aaron Digulla for Eclipse 3.4+ - No more notifying a breakpoint in taskbar Aaron Digulla 2009-06-22T14:18:42Z 2009-06-22T14:18:42Z <p>It's not Eclipse which does the blinking but Windows. This usually happens when the application just opened a dialog and Windows didn't bring it to the front because you were busy elsewhere.</p> <p>So the most simple way to get this behavior back is to enable the "This behavior is connected to the Debug Perspective. Do you want to switch now?"-dialog in the preferences.</p> http://stackoverflow.com/questions/1027301/eclipse-3-4-no-more-notifying-a-breakpoint-in-taskbar/1180464#1180464 1 Answer by Jay S. for Eclipse 3.4+ - No more notifying a breakpoint in taskbar Jay S. 2009-07-24T22:22:18Z 2009-07-24T22:22:18Z <p>Mine will blink for me. I have 3.4.1. I did find a preference option under Run/Debug. The second check box says "Activate the workbench when a breakpoint is hit". I thought this was automatically selected on mine. If I deselect it, I don't get the blink. Check to see if that option is selected for you.</p> <p>I also noticed that if Eclipse is not behind something else (like on a dual monitor, perhaps), the focus will just switch to Eclipse with no blink. If you're clicking around on your UI, you may not notice the focus switch.</p>