Reply to thread

I know TVE 3.5 can start in a console for debugging purpose, but from the code I guess that TVE3 can this, too.

First have a look into the wiki:

http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/141_Configuration/1_Command_Line_Options

There is a debug switch mentioned.

Now looking at the code (Project: TvService, file: Service1.cs):


If you now look into the Projectsettings of the TvService Project and select there the Debug Configuration you will see this under teh Debug tab:


So it should be enough to do the following:

- Stop your TvService

- select Debug as solution configuration (next to the little green play arrow in VS)

- select the TvService Project as start up project (right click -> set as start up project)

- press the little green play arrow in VS and you should see the TvService comming up in a console :)


Top Bottom