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

Fix paths with spaces on vs2015 gdb frontend #150

Merged
merged 1 commit into from
Jun 1, 2015

Conversation

vosen
Copy link
Member

@vosen vosen commented Jun 1, 2015

No description provided.

vosen added a commit that referenced this pull request Jun 1, 2015
Fix paths with spaces on vs2015 gdb frontend
@vosen vosen merged commit 0935111 into PistonDevelopers:master Jun 1, 2015
@vosen vosen mentioned this pull request Jun 1, 2015
4 tasks
@vadimcn
Copy link
Contributor

vadimcn commented Jun 1, 2015

I found that there's a similar problem with WorkingDirectory. A bit surprised you didn't hit that... did you put something without spaces in the "Working directory" box?

@vosen
Copy link
Member Author

vosen commented Jun 1, 2015

I don't have the access to system with vs2015 + Visual Rust at the moment, but I remember making sure that project-specific Debug settings are empty/default and the project is on the path with spaces.
With exe path being correct and working dir unset, working dir is left up to ms plugin/gdb and it should correctly default to the location of .exe.
I didn't check explicitly setting working dir and this one might be buggy. I'll check it later today, when I have the access the right environment.

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

Successfully merging this pull request may close these issues.

2 participants