Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory with space bug #37

Closed
miker81 opened this issue Nov 6, 2010 · 2 comments
Closed

Directory with space bug #37

miker81 opened this issue Nov 6, 2010 · 2 comments
Labels

Comments

@miker81
Copy link

miker81 commented Nov 6, 2010

Directory name with script "Test project" and file test.rb
:Rdebugger test.rb hangs with "Loading debugger ..." because of string

let rdebug = 'rdebug-ide -p ' . self.rdebug_port . ' -- ' . script_name

produces broken output.

Ugly fix for this issue is to replace string with:

let rdebug = 'rdebug-ide -p ' . self.rdebug_port . ' -- ' . '''' . script_name . ''''

@astashov
Copy link
Owner

Right, good point, will fix.

@astashov
Copy link
Owner

astashov commented Jan 9, 2011

Fixed.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants