To debug code, simply run iHDSim with the -debug switch. Then if you have an unhandled exception (or if you use the debugger keyword) then it will ask you to launch VS, or you can attach to the iHDSim process with VS. If you also use the -jit switch, iHDSim will automatically ask you to launch VS when the first script loads.
How to develop iHD aplication using VS2005?
ReneeC
hrubesh
Jim Perry
Jonathan Clark
Any chance they can add it as part of an add-on or with an update, if for nothing else just to organize the project files
Also are there any plance for this being part of then version of VS due out in 2008
kirank_gh
Reindeer
You can start with my 4-part tutorial starting with http://blogs.msdn.com/ptorr/archive/2006/05/19/602391.aspx
You can download the schemas from the following URLs and place them in "C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas":
To debug code, simply run iHDSim with the -debug switch. Then if you have an unhandled exception (or if you use the debugger keyword) then it will ask you to launch VS, or you can attach to the iHDSim process with VS. If you also use the -jit switch, iHDSim will automatically ask you to launch VS when the first script loads.
You can also try reading http://blogs.msdn.com/ptorr/archive/2006/07/17/668845.aspx