views:

731

answers:

2

How can I debug a .NET setup project?

+1  A: 

See here for information.

Ngu Soon Hui
A: 

Try using

Debugger.Break()
Programmer
System.Diagnostic.Debugger.Break() - just in case
ChrisBD