Posts

Showing posts from March, 2020

Visual Studio 2019: Attached to Process not hitting break points for Net Core

Image
Cagri (Charlie) Aslan [MSFT] Aug 30, 2019 at 06:32 PM Can you check if you’ve used the correct debugger? i.e. Managed (CoreCLR) vs Managed (4.6)? You want the CoreCLR one to debug a coreclr app. https://developercommunity.visualstudio.com/content/problem/717375/debug-attached-to-process-not-hitting-break-points.html