Eric Fetzer wrote:

Any NAntContrib folks out there with hints on how to
debug tasks in NAntContrib?  I'm unable to build the
project with Visual Studio and thus can't figure out
how to debug it.  What I'm doing  now is shoving
System.Console.WriteLine staements out there
(flashback to jsp programming).  There's gotta be a
way to trace the code.



sorry for the slow reply - but you don't need to build in visual studio to use the debugging. Open the project ( or create a new one if you want ) and change the debugging settings to DebugMode : Program and then put the path and commandline options to point to where you are running nant from. Then just set breakpoints in the relevant NAntContrib source code and it should stop there. Use the configuration to uncheck to build option so Visual Studio won't try and built it when you debug.
Hope this helps,


Ian

Thanks,
Eric



__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer





------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to