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 139393

Summary: Function BP for 'main' is not highlighted in BP window on stop in it
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2008-07-09 13:25:15 UTC
Function BP for 'main' is not highlighted in BP window on stop in it. Other Function BP are highlighted correctly.

Steps to reproduce:
- create Quote sample
- set breakpoint in function "main"
- set breakpoint in any other function, e.g. "fetchCustomersList"
- run debugger
Result: Debugger stops in "main" but "main" is not selectted in bold in BP window. If user press continue and debugger
stops in next BP (in "fetchCustomersList") then "fetchCustomersList" is selected in bold in BP window.
Comment 1 Egor Ushakov 2008-08-04 14:17:08 UTC
Implementation of the debugger set temporary breakpoint in main before all user breakpoints, and so we do not treat stop
in main as user breakpoint hit.