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

adding PathMap to csproj breaks debugger #47

Open
ace24713 opened this issue Jan 24, 2023 · 0 comments
Open

adding PathMap to csproj breaks debugger #47

ace24713 opened this issue Jan 24, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ace24713
Copy link

OS/device including version:
Windows 10, running the 1.0 branch with Visual Studio Community 2019

Issue description:
Adding the following snippet to my csproj broke the ability for visual studio to debug the program. It "hits" the breakpoints, but says "No compatible code running on the thread" and doesn't see the source file.

<PropertyGroup>
    <PathMap>$(SolutionDir)=.</PathMap>
</PropertyGroup>

I'm not absolutely positive this is a bug in the extension, but it seems like a safe bet.
(My colleague ran into a similar issue using the VS Code extension and opened this bug, this report reflects the different issue that happened when I tried to do the same thing with Visual Studio.)

@ace24713 ace24713 added the bug Something isn't working label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants