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 202873 - Attach with no project does not work if ~/.netbeans/remote directory doesn't exist on remote machine
Summary: Attach with no project does not work if ~/.netbeans/remote directory doesn't ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on: 208582
Blocks:
  Show dependency tree
 
Reported: 2011-09-30 09:58 UTC by soldatov
Modified: 2012-03-26 09:56 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 2011-09-30 09:58:43 UTC
steps to reproduce:
- run on windows
- without any local toolchains
- without any local projects
- try to attach to the remote process
===> debugger fails on "cd ~/.netbeans/remote/..." command
Comment 1 Egor Ushakov 2011-09-30 10:18:20 UTC
partly fixed in:
http://hg.netbeans.org/cnd-main/rev/5b0174f8bc26
still need to do correct unix-windows path translation: we provide remote executable path and configuration requires local path
Comment 2 Quality Engineering 2011-10-01 14:04:05 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/5b0174f8bc26
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing #202873 (Attach with no project does not work)
Comment 3 Egor Ushakov 2012-03-26 09:56:37 UTC
the rest seems to be fixed in the bug 208582