home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Is it possible to debug plugin without having source code for MP?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="solis66" data-source="post: 286484" data-attributes="member: 29901"><p>I'm not sure about VS 2008, but in VS 2005 it is possible.</p><p></p><p>1. Copy your plugin (debug version) to correct plugins folder (process/windows, where you installed MP).</p><p>2. Open your plugin in VS, and set some breakpoints...</p><p>3. Start your installed MP.</p><p>4. Choose "Debug/Attach to process" in menu, and pick MediaPortal.exe</p><p></p><p>Now you should be able to debug your plugin with the original installed MP binaries.</p><p>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.</p><p></p><p>Good luck</p></blockquote><p></p>
[QUOTE="solis66, post: 286484, member: 29901"] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Is it possible to debug plugin without having source code for MP?
Contact us
RSS
Top
Bottom