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

Support to read local path within quotes #259

Open
soliosg opened this issue Jan 27, 2025 · 1 comment
Open

Support to read local path within quotes #259

soliosg opened this issue Jan 27, 2025 · 1 comment

Comments

@soliosg
Copy link

soliosg commented Jan 27, 2025

The Windows context menu "Copy as path", copies the path to a file.
When pasting it on Windbg, it adds the quotes. It would be nice if commands that accept a path can read paths within quotes. E.g.

.load "C:\Users\<user>\Downloads\dxgkdx.dll"
.kdfiles "C:\Users\<user>\Downloads\kdfiles.ini"

The previous commands currently give an error:
"The system cannot find the file specified."

@lzybkr
Copy link
Collaborator

lzybkr commented Jan 28, 2025

I've created an internal issue to track this - no promises we'll fix it but I agree it's a problem.

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

No branches or pull requests

2 participants