in

Community

Take part in the community surrounding CodeBreeze and other products from SteelBlue Solutions.
Latest post 06-09-2009 3:43 PM by Joseph Baggett. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-09-2009 3:43 PM

    Debugging Code Templates

    I have been looking at the best possible way for debugging the code templates.  I remember I used to used System.Diagnostics.Debugger.Break() and be able to use the VS debugger to step into the templates in other generators.  In order for me to open it up in Visual Studio, I had to do a

    try

    {

    System.Diagnostics.Debugger.Break();

    }

    catch

    {

     

    }

    I tried this in CodeBreeze, but it won't let you step through the template as you don't have access to do it.  I know the debugging in other generators were very finicky, and worked sometimes using this method... not all the time.  I was wondering if anyone can shed their experiences debugging the templates?

Page 1 of 1 (1 items)
2008 - All rights reserved
Powered by Community Server (Commercial Edition), by Telligent Systems