hi everyone... I'm planning to make my own plug-in. but the problem is on how can i debug my code. can anybody help me how to add executable file and set it in the start up so that it will be loaded first and i can debug my code...
Copy all files from the mediaportal\xbmc\bin\Release folder to mediaportal\xbmc\bin\Debug, but be sure NOT to overwrite any existing files. Then open up mediaportal.sln in vs.net, right click on the included projet "MediaPortal" and chose "Set as startup project". Then just run MP from vs.net.
You will be asked to run the setup wizard on your first start. After that you can still run configuration.exe from the Debug directory.