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 219316 - Show full DOM breakpoint path in Breakpoints window
Summary: Show full DOM breakpoint path in Breakpoints window
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 09:17 UTC by Vladimir Riha
Modified: 2012-10-23 12:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-10-02 09:17:26 UTC
Currently, in Breakpoints window, there are DOM breakpoints identified as 

DOM "div[0]"...


I think it would help to see full path (or at least last X characters if too long), so e.g.

DOM "html[0]/body[1]/div[0]