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

MI2 backslashes #2155

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

Conversation

empathicqubit
Copy link
Contributor

@empathicqubit empathicqubit commented Jan 10, 2023

The MI2 interpreter doesn't escape backslashes in the response which, you guessed it, causes problems with Windows. Now all filenames are escaped. Also fixed another colon scan problem in the symbols.

This PR is based on #2153 because I needed the fixes in there to debug further.

@desertkun
Copy link
Collaborator

How do I test it from UI perspective? Place & hit a breakpoint? What's the IDE? Ideally I'd appreciate a repo with just the test case.

@empathicqubit
Copy link
Contributor Author

empathicqubit commented Jan 11, 2023

For me I am using the Native Debug extension in vscode. It sends escaped requests and works fine, but the reply for when the breakpoint gets hit is not escaped, so it gets confused

@empathicqubit
Copy link
Contributor Author

It's difficult for me to provide an example at the moment due to #2154

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.

None yet

2 participants