lp://staging/~misheska/openstack-guest-agents/debug-service
- Get this branch:
- bzr branch lp://staging/~misheska/openstack-guest-agents/debug-service
Branch merges
Branch information
Recent revisions
- 106. By Mischa Taylor
-
Change to make services easier to debug. Before, if you tried to run
the service from the Visual Studio debugger or the command line, it
would print the following message:Windows Service Start Failure
Cannot start service from the command line or a debugger. A Windows
Service
must first be installed (using installutil.exe) and then started with
the
ServerExplorer, Windows Services Administrative tool or the NET START
command.It's a pain to have to debug the service this way. A common pattern is
to change the wizard code generated by Visual Studio to support
launching the service interactively (without disturbing how the service
code behaves when run under the proper service context in production).-------------- This line and the following will be ignored
--------------modified:
windows/xenserver/ src/Rackspace. Cloud.Server. Agent.Service/ Program. cs
windows/xenserver/ src/Rackspace. Cloud.Server. Agent.Service/ Rackspace. Cloud.Server. Agent.Service. csproj
windows/xenserver/ src/Rackspace. Cloud.Server. Agent.UpdaterSe rvice/Program. cs
windows/xenserver/ src/Rackspace. Cloud.Server. Agent.UpdaterSe rvice/Rackspace .Cloud. Server. Agent.UpdaterSe rvice.csproj
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openstack-guest-agents