Debugger does not stop on breaks in Library project

I am trying Alternet Studio demo to debug .net 7 library project. I created a simple C# library project , set “start external program” parameter and on running with debugger everything works as expected except that debugger does not stop on breaks. I remember, I had tried some previous version, may be 8x and it worked fine

Hi,

We tried to reproduce this issue, and it seems to be a problem with debugging class library code under .NET Core. We will investigate it further. If you could send us a demo project which worked before, this would be of great help.

Kind regards,
Dmitry

Hi,

Just an update on this issue - there was a problem with debugging dll, in case the library and host application are compiled under .NET 6/7. It’s been resolved, and we will push the fix to NuGet shortly.
We will also provide a demo project showing how to correctly set up the debugger so it can debug dll in the above scenario.

Kind regards,
Dmitry