Reply to thread

It may not be possible without building a custom version of SetupTv.exe excluding this condition:

https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/SetupTv/Startup.cs#L279


Have you tried just clicking "yes"?


Normally if you want to debug TV Server Configuration (SetupTv.exe) and the TV service at the same time you'd do it by building a debug version of the TV service DLLs etc. and attaching a debugger to the TV service process.


Top Bottom