Hi you could add debug info into your custom task :-)
ThoughtWorks.CruiseControl.Core.Util.Log info, error, warning, debug trace this should help you you can see the output in the console window, and in the ccnet.log files with kind regards Ruben Willems On Wed, Sep 1, 2010 at 8:09 AM, fyodorkor <[email protected]> wrote: > Hi, > I am trying to debug custom task with CCNET 1.6. > Replacing my custom task assemblies with debug version does not have > affect since the actual files are copied to ApplicationData folder > under subfolders with tricky names and loaded from there but those > locations do not have pdb files. To find these folders and copy pdb > files to them is quite annoying not saying more. > Is there any way to simplify debug procedures? > > Thank you > Fyodor.
