Please review fix for 196605
Egor Ushakov <[email protected]> Tue, 15 Mar 2011 18:19:02 +0300
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Bug: http://netbeans.org/bugzilla/show_bug.cgi?id=196605 Fix: http://hg.netbeans.org/cnd-main/rev/b99b20449f4f The problem: on Windows native breakpoints were not persisted. Cause is that path to xml was with incorrect slashes. Fix is verified by QA. Egor