You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 👍
Bug Report
For more information, see the
CONTRIBUTING
guide.Prerequisites
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
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.
The text was updated successfully, but these errors were encountered: