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 177588 - Breakpoints does not work if remote project is created in localized directory without space symbol
Summary: Breakpoints does not work if remote project is created in localized directory...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 07:16 UTC by Alexander Pepin
Modified: 2010-03-12 04:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gdb log (5.36 KB, text/plain)
2009-11-25 07:16 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2009-11-25 07:16:32 UTC
Created attachment 91672 [details]
gdb log

See also bug #177442

Steps to reproduce:
- add a remote host using Smart Secure Copy and GNU tool collection and set it as default
- create any project (e.g. Welcome or Args sample) in localized directory which name does not contain a space symbol (e.g. C:\working\Проекты\)
- do step into, it works fine
- finish debugging
- set a line BP
- start debugging
Result: Debugger does not stops at BP.
- do step into, it works fine
- do several steps until BP is reached
- do step over on line with BP
Result: Debugging and execution finish.
Comment 1 Egor Ushakov 2010-03-11 10:58:54 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/0f3a41f2c695
Comment 2 Quality Engineering 2010-03-12 04:23:40 UTC
Integrated into 'main-golden', will be available in build *201003120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0f3a41f2c695
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #177588 (Breakpoints does not work if remote project is created in localized directory without space symbol)