Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

About Author:

This article is provided by MVP Lo Toong Yang. Microsoft is so thankful that MVPs who proactively share their professional experience with other users. The article would be posted on MVP's website or blog later.

Have you ever stuck in a situation where the plugin working perfectly in test environment but not the production environment?

Remote debugging might be a tricky setup in most of the production server because of the firewall constraint. We actually can debug the plugin without connecting to CRM server.

CRM2011 Plugin profiler provides the ability to capture user’s execution steps in the actual environment and replay it in plugin debugging mode.

Prerequisite:

Download the latest CRM SDK from download center, compile the plugin registration tool solution inside.

SDK5.0.12

More Information

Assumed we have a sample plugin code that will generate account number during the record creation step. We registered in CRM system and wish to debug with profiler using Visual studio.
Follow the steps below to step into Visual Studio breakpoint.

  1. From the plugin registration tool, click the
    Install Profiler.



  2. Once it finished, make sure
    Plugin Profiler exists.

  3. Select the plugin step needed to debug, click
    Profiler to enable profiling.

  4. Navigate to CRM system, perform the account creation which will trigger the plugin to be execute. Download the error log file and save in desktop.

  5. Run the visual studio solution, attach debug process named "PluginRegistration". Set a break point in the code.

  6. Open the plugin registration tool, click the Debug button.

  7. Browse the profile location with the erro log we downloaded in item 4. Choose the assembly location and click start plugin execution.

  8. System will auto step into visual studio breakpoint line.





Community Solutions Content DisclaimerMICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, OR ACCURACY OF THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN. ALL SUCH INFORMATION AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT. YOU SPECIFICALLY AGREE THAT IN NO EVENT SHALL MICROSOFT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF OR INABILITY TO USE THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF MICROSOFT OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×