an
saurus
tags:
.net
deployment
setup
views:
731
answers:
2
Q:
Debug .NET Setup Project
How can I debug a .NET setup project?
+1
A:
See here for
information
.
Ngu Soon Hui
2008-10-15 08:19:29
A:
Try using
Debugger.Break()
Programmer
2008-10-15 13:55:04
System.Diagnostic.Debugger.Break() - just in case
ChrisBD
2009-10-07 13:32:15
related questions
Subsonic Vs NHibernate
How to check For File Lock in C# ?
Is nAnt still supported and suitable for .net 3.5/VS2008?
Limit size of Queue<T> in .NET?
Viewstate invalid when using Safari
Free OCR library
Unhandled Exception Handler in .NET 1.1
Localising date format descriptors
Get a new object instance from a Type in C#
VFP .NET OLEdb provider does not work in Win 64-Bits. Help
.NET Testing Framework Advice
Embedded Database for .net that can run off a network
Automatically update version number
Homegrown consumption of web services
How do you migrate a large app from VB6 to VB .net ?
.NET Migrations Engine
Adding Scripting functionality to .NET applications
SQLite and XSD
Floating Point Number parsing: Is there a Catch All algorithm?
How do I programmatically create a PDF in my .NET application?
How do I sync the SVN revision number with my ASP.NET web site?
XSD DataSets and ignoring foreign keys
Anatomy of a "Memory Leak"
Reliable Timer in a Console Application
How do I calculate relative time?