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 134145 - Debugger suspends when hit count is not greater
Summary: Debugger suspends when hit count is not greater
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 10:41 UTC by Roman Mostyka
Modified: 2008-04-30 12:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture of breakpoint customizer (20.37 KB, image/png)
2008-04-30 01:02 UTC, Joelle Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-04-29 10:41:56 UTC
1. Install "JavaScript Debugger" plugin.
2. Create a web application with JavaScript code.
3. Debug the application.
4. Set a breakpoint and customize it: set 'hit count' to 3. Notice that in drop down 'is greater than' is chosen.
5. Do an action, which invoke code with breakpoint 3 times.

Result: Debugger suspends on third time. '>3' usually means 4 or more. In this case 'is greater than 3' really means 'is
greater than or equals 3'.
Comment 1 _ sandipchitale 2008-04-29 15:31:42 UTC
Hmmm...the combobox should say greater that or equal to.
Comment 2 Joelle Lam 2008-04-30 01:02:14 UTC
Created attachment 60838 [details]
Picture of breakpoint customizer
Comment 3 Joelle Lam 2008-04-30 01:25:20 UTC
Passed on to sandip to do commit.
Comment 4 _ sandipchitale 2008-04-30 01:46:46 UTC
Adjusted the bundle file.
Also fixed the equals to -> is equal to , to make all strings consistent.

changeset:   78044:7172d7b8ff02
tag:         tip
user:        Sandip V. Chitale <sandipchitale@netbeans.org>
date:        Tue Apr 29 17:46:14 2008 -0700
summary:     Bug Fix# 134145 Debugger suspends when hit count is not greater
Comment 5 Roman Mostyka 2008-04-30 12:45:37 UTC
Verified with latest NBMs from UC.