mono / debugger-libs

Debugger libraries
MIT License
80 stars 75 forks source link

Fix add breakpoint and viewing locals from a pdb loaded on debugger side. #409

Closed thaystg closed 2 months ago

thaystg commented 2 months ago

Setting breakpoint in a dll with symbols not loaded by runtime. View locals from a dll with symbols not loaded by runtime.

Fix https://github.com/dotnet/runtime/issues/104265