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 181456 - Conditional Breakpoints can not be defined (any more)
Summary: Conditional Breakpoints can not be defined (any more)
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 23:08 UTC by sc1
Modified: 2011-05-16 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (11.77 KB, application/zip)
2010-03-03 11:54 UTC, sc1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sc1 2010-03-02 23:08:58 UTC
The contect menu on the Break point is not shown in NB6.8 any more at all.

Until a few days ago, I was able to set the conditional breakpoints in teh breakpoint list (window). However, since then, this window does not show any breakpoint at all, although breakpoints can be set in the editors and work as expected (without conditions).

Java Version is 1.5.0_16
NB 6.8 (full featured)
Using C++ now and then

As I have 6.7 as a fall back version, thats not "hot".
However, these features are quite usefull.
And the Breakpoint Window is mandatory !

Can I set a Log4J Option to provide more information ?
Comment 1 Martin Entlicher 2010-03-03 07:44:19 UTC
Please provide the messages.log file. (<NB user dir>/var/log/messages.log)
The context menu should work in 6.8 (this feature was not removed). Therefore it might be caused by some exception or something that the context menu does not appear.
Comment 2 sc1 2010-03-03 11:54:02 UTC
Created attachment 94738 [details]
messages.log

- started NB 6.8
- Set'd a Breakpoint
- Tried to open the context menu
  (No success)
- Shut down NB

After approx. 10-20 seconds, the Exception occured in the logfile.
Does that have to do something with the problem ?

BTW.
After having used the NB6.7 installation used for conditional debugging and back in the NB6.8, at least the Breakpoints Window shows the Breakpoint (again).

Weard ;-((
Comment 3 Martin Entlicher 2010-03-03 14:10:46 UTC
A bug in javafx...
Comment 4 Michal Skvor 2010-08-03 14:30:58 UTC
JavaFX debugger was rewritten almost completely so It should be fixed.
Comment 5 Alexandr Scherbatiy 2010-08-05 08:50:21 UTC
NetBeans IDE Dev (Build 201008050001)

Steps to reproduce:

- Type in the editor:
------------------------
var a = 10;
------------------------

- Set a breakpoint for the 'a' variable
- Right-click on the breakpoint and select 'Breakpoint->Properties'

- Select 'Condition' on the Breakpoint Properties dialog
- Type 'a < 20'
- Press OK

 The information dialog pops up: 'Java Source file is expected'
Comment 6 David Strupl 2011-05-16 13:50:52 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.