Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why no debug for Project

I am looking at the sample project for a ColorPicker CustomControl. I am trying to debug it to see how the code runs. I am getting

alt text

I think it has to do with

alt text

No build config for debug?

like image 565
Jiew Meng Avatar asked Sep 08 '26 17:09

Jiew Meng


1 Answers

Go to Configuration Manager (in the dropdown list in the toolbar) and add a Debug configuration to the project (not the solution).

like image 102
SLaks Avatar answered Sep 11 '26 19:09

SLaks