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 - Breakpoint customization (Actions and Print text) does not work
Summary: Breakpoint customization (Actions and Print text) does not work
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on: 142454
Blocks:
  Show dependency tree
 
Reported: 2008-09-22 23:22 UTC by Vladimir Kvashin
Modified: 2009-06-25 10:59 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 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