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

Debugger is broken on Windows #947

Closed
bpringe opened this issue Jan 14, 2021 · 2 comments
Closed

Debugger is broken on Windows #947

bpringe opened this issue Jan 14, 2021 · 2 comments
Labels
bug Something isn't working debugger

Comments

@bpringe
Copy link
Member

bpringe commented Jan 14, 2021

While testing the changes to the debugger decorations implementation I noticed the debugger no longer works on Windows, and I'm not sure when it stopped working. I tested with latest Calva (2.0.150) to make sure it wasn't just broken with my changes.

@bpringe bpringe added bug Something isn't working debugger labels Jan 14, 2021
@bpringe
Copy link
Member Author

bpringe commented Jan 14, 2021

When the debug session starts, the debugger seemingly hangs, and this message is seen in the Log (Window):

Error: cannot open c:%5CUsers%5Cbrand%5Cdevelopment%5Cclojure-test%5Csrc%5Ccore.clj. Detail: Unable to resolve resource c:%5CUsers%5Cbrand%5Cdevelopment%5Cclojure-test%5Csrc%5Ccore.clj

Seems to maybe be a path issue. I'll look into it.

@bpringe
Copy link
Member Author

bpringe commented Jan 14, 2021

https://github.com/BetterThanTomorrow/calva/pull/894/files I think I broke it with these changes 🤦. I guess I didn't test it on Windows, but should have.

@bpringe bpringe mentioned this issue Jan 15, 2021
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working debugger
Projects
None yet
Development

No branches or pull requests

1 participant