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

Cannot break in referenced projects. #30

Open
polepage opened this issue Jul 11, 2022 · 0 comments
Open

Cannot break in referenced projects. #30

polepage opened this issue Jul 11, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@polepage
Copy link

Windows 10
Godot 3.4.4
Visual Studio Community 2022 (17.2)
Extension v2.0.0

My project depends on another C# project, presented as another csproj in the Visual Studio solution. When building the game everything runs fine, both by building in Visual Studio and via the Godot Editor. The code also works well both by starting the project in Godot or in Visual Studio. However, if I place a breakpoint in the code of the dependency library, it is not hit ever.

The referenced project is added as a reference both in the main game csproj (obviously) and in the StubProj project (the workaround to make the exension work). Break points work fine when placing them in the main project code.

Is this a thing that should not work or a bug or is there something that must be done for it to work?

@polepage polepage added the bug Something isn't working label Jul 11, 2022
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