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 155034

Summary: Address breakpoints do not work
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: gdb log

Description Alexander Pepin 2008-12-09 15:14:54 UTC
Steps to reproduce:
- create Welcome sample project
- do step into project
- switch to Disassembler view
- set an address breakpoint in assembler line after "if (argc > 1) {" statement 
- switch to source view
- set a line BP in the line with "return" statement
- do continue
Result: Debugger ignores an address breakpoint and stops only at line BP.
Gdb log will be attached.
Comment 1 Alexander Pepin 2008-12-09 15:19:05 UTC
Created attachment 74752 [details]
gdb log
Comment 2 Egor Ushakov 2008-12-11 12:00:36 UTC

*** This issue has been marked as a duplicate of 133134 ***
Comment 3 Alexander Pepin 2008-12-12 16:17:18 UTC
closed as the issue is a consequence of issue #133134