Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andy 8 posts 85 karma points
    Jan 07, 2014 @ 05:34
    Andy
    0

    How to debug CustomTypeConverter code in uSiteBuilder?

    Hi,

    I've created some document types with uSitebuilder and got the CustomTypeConverter code working, however I can't work out how to get debugging to work in my custom type converter code. I've attached to the relevant process using VS2012 and set breakpoints in the interface method implementations in the custom type converter, but the breakpoints never get hit.

    Can anyone enlighten me as to how to get the debugging to work in my converter code ?

    Many thanks.

  • Vladan Ostojic 94 posts 210 karma points
    Jan 08, 2014 @ 10:46
    Vladan Ostojic
    100

    Hi Andy,

    CustomTypeConverter are debugged in the same way as rest of the site - you should just attach to the process and if everything is ok, it will hit the breakpoint. That's exactly what you did so I'm not sure what might be the problem fo you - maybe your latest dll is not deployed or can be anything else.

  • Andy 8 posts 85 karma points
    Jan 09, 2014 @ 01:49
    Andy
    0

    Thanks Vladan, it must be something to do with my project setup, rather than anything else.

    Regards
    andy.

Please Sign in or register to post replies

Write your reply to:

Draft