Normal
I'm not sure about VS 2008, but in VS 2005 it is possible.1. Copy your plugin (debug version) to correct plugins folder (process/windows, where you installed MP).2. Open your plugin in VS, and set some breakpoints...3. Start your installed MP.4. Choose "Debug/Attach to process" in menu, and pick MediaPortal.exeNow you should be able to debug your plugin with the original installed MP binaries.The drawback is that it can be hard to debug startup process, since you cant debug before you've attached to MediaPortal.exe but otherwise it works fine.Good luck
I'm not sure about VS 2008, but in VS 2005 it is possible.
1. Copy your plugin (debug version) to correct plugins folder (process/windows, where you installed MP).
2. Open your plugin in VS, and set some breakpoints...
3. Start your installed MP.
4. Choose "Debug/Attach to process" in menu, and pick MediaPortal.exe
Now you should be able to debug your plugin with the original installed MP binaries.
The drawback is that it can be hard to debug startup process, since you cant debug before you've attached to MediaPortal.exe but otherwise it works fine.
Good luck