-
-
Notifications
You must be signed in to change notification settings - Fork 274
Debugging
kbdavis07 edited this page Oct 9, 2014
·
2 revisions
#Debugging Costura
You can debug the code that Costura adds to your project directly in Visual Studio.
-
In the Solution Explorer, select
Show All Files
and then open obj -> Debug/Release and then the template file that you wish to debug. -
Put a breakpoint in the template.
-
When the breakpoint is hit Visual Studio will complain that the source file is not part of the project. You can safely ignore this message and continue debugging.