Debugging Plugins?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
I'm having some issues with hitting breakpoints in custom nop plugin code?

breakpoints in nop.web are hit as expected.

breakpoints in custom plugins are never hit (symbols seem to have been loaded)

Any suggetions?

Thanks!
11 years ago
please ignore... now it suddenly works...
11 years ago
having same issue again... anyone happen to know what might becausing this?
11 years ago
Is this a plugin you created?  You need to make sure that your files are ending up in the right place when you rebuild.

Your output path should be ..\..\Presentation\Nop.Web\Plugins\PLUGINNAME\

Rebuild the entire solution and not just the plugin as well.  You need that app_restart to get your plugin DLL loaded fresh.
11 years ago
thanks andy, I guess it was the tmp folder...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.