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

Debugging of Referenced Project Assemblies #143

Closed
3 tasks done
FlorianRappl opened this issue Apr 12, 2024 · 1 comment
Closed
3 tasks done

Debugging of Referenced Project Assemblies #143

FlorianRappl opened this issue Apr 12, 2024 · 1 comment
Labels
blazor-v7 Applied to .NET 7.0 blazor-v8 Applied to .NET 8.0 bug Something isn't working
Milestone

Comments

@FlorianRappl
Copy link
Collaborator

Bug Report

For more information, see the CONTRIBUTING guide.

Prerequisites

  • Can you reproduce the problem in a MWE?
  • Are you running the latest version?
  • Did you perform a search in the issues?

Environment Details and Version

Blazor v14, MacOS or Windows, Piral latest (1.5.3)

Description

As explained in #142 the symbols for dependencies (if available) are not loaded.

Without the symbols the content of related libs cannot be debugged.

Steps to Reproduce

  1. See [.NET 8.0] Breakpoints not hit #142

Expected behavior

If available the .pdb files are loaded.

Actual behavior

No .pdb files are loaded (except the one from the pilet).

Possible Origin / Solution

Check for dependency on ".dll" (which might be ".wasm") to get a pdb name.

@FlorianRappl FlorianRappl added bug Something isn't working blazor-v7 Applied to .NET 7.0 blazor-v8 Applied to .NET 8.0 labels Apr 12, 2024
@FlorianRappl FlorianRappl added this to the v15 milestone Apr 12, 2024
FlorianRappl added a commit that referenced this issue Apr 12, 2024
@FlorianRappl FlorianRappl added the in-implementation Currently being implemented. label Apr 12, 2024
@fsdschmidt
Copy link

With 8.0.15-pre.20240412.3 DesignSystem pdb of example solution loads, ConsoleMessageService.LogMessageToConsole() breakpoint works again and also inside our solutions breakpoints of dependent projects work again. 👍

Looking forward to 8.0.15 release.

Bildschirmfoto 2024-04-15 um 08 24 31

@FlorianRappl FlorianRappl removed the in-implementation Currently being implemented. label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blazor-v7 Applied to .NET 7.0 blazor-v8 Applied to .NET 8.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants