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 181144

Summary: gdb: Variable object not found debugger error
Product: third-party Reporter: Alexander Pepin <apepin>
Component: DBX-GuiAssignee: ivan <ivan>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2010-02-24 07:55:25 UTC
Steps to reproduce:
- run IDE with debug.engine=on option
- create Quote sample
- set build tools to GNU and debugger to gdb (or "Same As Tool Collection")
- set line BP in line 123
- start debugging
- enter any name e.g. "aaaa"
- do step into getDiscountFor function
- create a new watch for "it"
- do step over until debugger returns to "main"
- delete watch 
Result: Debugger Error window appears with the message: Variable object not found.