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 - Function BP for 'main' is not highlighted in BP window on stop in it
Summary: Function BP for 'main' is not highlighted in BP window on stop in it
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-09 13:25 UTC by Alexander Pepin
Modified: 2016-07-06 14:38 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 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.