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

update to work better on windows with pwsh #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

update to work better on windows with pwsh #63

wants to merge 2 commits into from

Conversation

fdncred
Copy link
Contributor

@fdncred fdncred commented Oct 29, 2020

The key to using powershell is making sure that when we use Start-Process make sure we give it an -ArgumentList otherwise the parameters won't work right. Another thing I had to change is when getting the path of the config file, we need to canonicalize it and then remove the \\?\ on windows.
The last thing I added, that is now commented out is to allow codelldb.exe to be used as a shell in order to debug what's going on in the program without littering the code with println!()'s.

@fdncred fdncred mentioned this pull request Oct 29, 2020
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.

1 participant