Skip to content

update to work better on windows with pwsh#63

Open
fdncred wants to merge 2 commits intoreujab:masterfrom
fdncred:master
Open

update to work better on windows with pwsh#63
fdncred wants to merge 2 commits intoreujab:masterfrom
fdncred:master

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

1 participant