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 252269 - FullRemote: in editor 'Line Breakpoint' sign doesn't appear if debugger is not started
Summary: FullRemote: in editor 'Line Breakpoint' sign doesn't appear if debugger is no...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-06 13:25 UTC by soldatov
Modified: 2015-07-15 01:20 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 soldatov 2015-05-06 13:25:17 UTC
Such Full Remote test fails:
- Create Welcome
- Open welcome.cc file
- Select Source Files|welcome.cc node in Projects tab
- Push Debug|New Breakpoint... menu item
- Select 'File:Line' breakpoint type
==> IDE types correct file path to File text field
- Type 45 in Line text field
- Press OK button
==> 'Line Breakpoint' sign doesn't appear in editor !!!

Also test adds empty line before 37th line and expects breakpoint at 46th line in Breakpoints tab and Editor
Comment 1 Alexander Simon 2015-07-13 15:52:21 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/d8c5bb282770
Comment 2 Quality Engineering 2015-07-15 01:20:38 UTC
Integrated into 'main-silver', will be available in build *201507150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d8c5bb282770
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #252269 FullRemote: in editor 'Line Breakpoint' sign doesn't appear if debugger is not started