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 15609 - Add Watch menu causes call with hidden == true
Summary: Add Watch menu causes call with hidden == true
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-18 20:45 UTC by wimble
Modified: 2001-10-05 15:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wimble 2001-09-18 20:45:08 UTC
When Debug/Add Watch... is invoked while the Forte C++ debugger is under
control, createWatch is invoked with the parameter "hidden" equal to true, which
is incorrect.

java.lang.Exception: Stack trace
        at java.lang.Thread.dumpStack(Thread.java:993)
        at
com.sun.forte.developer.ipe.debugger.IpeDebugger.createWatch(IpeDebugger.java:1148)
        at
org.netbeans.modules.debugger.delegator.DelegatingWatch.validate(DelegatingWatch.java:128)
        at
org.netbeans.modules.debugger.delegator.DelegatingWatch.setVariableName(DelegatingWatch.java:264)
        at
org.netbeans.modules.debugger.support.actions.AddWatchPerformer.performAction(AddWatchPerformer.java:67)
        at
org.openide.util.actions.CallbackSystemAction.performAction(CallbackSystemAction.java:102)
        at
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:66)
        at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:85)
        at org.openide.util.Task.run(Task.java:152)
        at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:611)
Comment 1 Jan Jancura 2001-09-20 09:53:31 UTC
fixed in main trunk