Start MP Config tool in debug mode (1 Viewer)

asagala

Portal Pro
December 13, 2008
118
20
Montreal
Home Country
Canada Canada
Probably an easy question but cant figure it out. I can compile and start MP fine. How can I start MP config tool in debug mode in C# express 2008? I tried setting Mediaportal.configuration project as the start up project but that crashes.

Help?
 

Migue

Retired Team Member
  • Premium Supporter
  • January 27, 2006
    381
    305
    Florida
    Weird, that's how I do it on vs08 too. I don't use the express edition though, but I don't think that could be an issue.
    Alternatively I guess you can set up Mediaportal as the startup project and then hit F2 after it starts so it opens the configuration program while debugging.
     

    asagala

    Portal Pro
    December 13, 2008
    118
    20
    Montreal
    Home Country
    Canada Canada
    Tried that as well. My breakpoints dont seem to get hit on. The breakpoints work everywhere else in the application except in MP Config tool.

    Also wehen I set the MP Config tool as startup project is crashes on line

    " _hintForm.TopMost = true;" in the DoRun() function of ConfigSplashScreen.cs

    Any more ideas?

    Upgraded to Dev Studio 2008. Still same issue. Found a workaround. I start Configuration.exe manually in the xbmc/bin/debug folder and attach the debugger manually to the process.
     

    asagala

    Portal Pro
    December 13, 2008
    118
    20
    Montreal
    Home Country
    Canada Canada
    Upgraded to Dev Studio 2008. Still same issue. Found a workaround. I start Configuration.exe manually in the xbmc/bin/debug folder and attach the debugger manually to the process.
     

    Users who are viewing this thread

    Top Bottom