Debugging during dragging and dropping a widget on to the page

Debugging during dragging and dropping a widget on to the page

This question is not answered

Hi,

I have a small widget which does a call to the plugin method to fetch a list of records. I am getting an exception "File not found" (this could be due to logic in the plugin).

I want to know if there is a way to debug the plugin when we drag and drop the widget.

Thank you.

All Replies
  • Plugins are like any C# code you write in a web process.
     
    Provided you have debug symbols in your site for your plugin code you can attach Visual studio to the worker process(w3wp.exe) and step through
     
    Patrick Mason
    Development Lead- Extensibility
    o: 214.420.1329
    telligent.com
     
    From: Madhu Sadlapur [mailto:bounce-Madhu_Sadlapur@communities.telligent.com]
    Sent: Friday, February 01, 2013 7:03 AM
    To: discussion_evolution@communities.telligent.com
    Subject: [Telligent Evolution Platform Discussion] Debugging during dragging and dropping a widget on to the page
     

    Hi,

    I have a small widget which does a call to the plugin method to fetch a list of records. I am getting an exception "File not found" (this could be due to logic in the plugin).

    I want to know if there is a way to debug the plugin when we drag and drop the widget.

    Thank you.