-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
We could not able to perform design time debugging in NetCore Windows Forms.
We have tried to perform debugging as we perform for dot NetFramework but our source code cannot be able to debug at design time. We have followed the below steps.
- Set the breakpoint in our custom control constructor.
- Set the start-up project as “devenv.exe”.
- On running the application it shows another VisualStudio instance where we will select the project that we need to debug.
- Then on opening the designer and adding the custom control from the toolbox.
Expected result:
The Breakpoint set at our custom control constructor should hit.
Observed result:
The breakpoint hit properly in the .Net Framework project. But not for the Net core project.
Please let us know if we need to enable any other operations to debug for the NET core project.
Note:
We have enabled the preview feature for NetCore.
Metadata
Metadata
Assignees
Labels
No labels

