This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 150680 - NetBeans should notify when the breakpoint is hit
Summary: NetBeans should notify when the breakpoint is hit
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
: 150738 150739 165900 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-20 08:38 UTC by Petr Pisl
Modified: 2015-01-22 13:06 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2008-10-20 08:38:03 UTC
Original user request posted to the users@php.netbeans.org.

When debugging and you set a breakpoint in your script the debugger does break at the line but it is hard to tell. It
would be nice if the NB IDE came to the front when the debugger stops at your breakpoint / watch. Also, when you close
your borwser that is in a debugging session the debugger keeps running. If possible, NB should end the debugging session
since you no longer have the browser open.

I absolutely agree. NetBeans should notify when the breakpoint is hit. Another solution can be like Firefox does.
Comment 1 Martin Entlicher 2008-10-20 10:18:51 UTC
I think that this is meant for PHP debugger.
JPDA debugger already fronts NB when a breakpoint is hit (on Windows only).
Comment 2 Petr Pisl 2008-10-20 10:35:06 UTC
Martin, thanks for the explanation. So it has to be done on our side. 
Comment 3 Mikhail Matveev 2008-10-20 16:02:25 UTC
Petr,

I filed separate issues for these suggestions: 150738, 150739. Could you please close either those issues (it you prefer
to keep this suggestions together) or this issue?
Comment 4 Filip Zamboj 2010-09-15 12:27:01 UTC
batch reassigning
Comment 5 OndrejBrejla 2011-07-25 11:23:46 UTC
*** Bug 150738 has been marked as a duplicate of this bug. ***
Comment 6 OndrejBrejla 2011-07-25 14:49:48 UTC
*** Bug 150739 has been marked as a duplicate of this bug. ***
Comment 7 OndrejBrejla 2011-07-25 15:49:52 UTC
*** Bug 165900 has been marked as a duplicate of this bug. ***
Comment 8 OndrejBrejla 2011-07-25 15:52:22 UTC
NetBeans window gets focus in NB 7.0 (it works for me in Ubuntu and in WinXP
too).

Stopping debugging session after closing a browser window doesn't work yet.
Comment 9 DHM5x 2015-01-22 13:06:41 UTC
(In reply to OndrejBrejla from comment #8)
> NetBeans window gets focus in NB 7.0 (it works for me in Ubuntu and in WinXP
> too).
> 
Doesnt work for me, Win7, NetBeans 8.02.
Instead of bringing it to the front, I would prefer it to blink a few times in the taskbar, PHPStorm does this.