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 147938

Summary: Breakpoint customization (Actions and Print text) does not work
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 142454    
Bug Blocks:    

Description Vladimir Kvashin 2008-09-22 23:22:35 UTC
I tried to customize 1) function breakpoint 2) line breakpoint.
I set action to "No thread (continue)" and changed message that should be printed.
This does not work, at least on Mac.
Comment 1 Egor Ushakov 2008-10-21 14:40:01 UTC
this happens because in MacOS gdb implementation timing information can appear in the middle of the response:
131*stopped,time={wallclock="0.00240",user="0.00039",system="0.00071",start="1224595604.017683",end="1224595604.020079"},reason="breakpoint-hit",commands="no",times="5",bkptno="2",thread-id="1"

not only in the end as it was fixed in the issue 142454