Mmm, software
Showing posts with label
debugging
.
Show all posts
Showing posts with label
debugging
.
Show all posts
Wednesday, January 28, 2015
Resolving "The agent process was stopped while the test was running" on a TFS build agent
›
I'm currently working on a project that uses TFS for automated builds. Recently, our builds started failing with the error "The age...
Saturday, May 25, 2013
Journey to robust windows services: Service could not be installed. Verify that you have sufficient privileges to install system services
›
This is an annoying and almost entirely useless error. It can be caused by any number of things. However, in my case today, it was caused by...
Thursday, May 16, 2013
Journey to robust windows services: debugging your WiX custom actions
›
I've recently had some trouble getting WiX custom actions to work, and after searching around for a while, I found this article . It giv...
Monday, May 06, 2013
Journey to robust web services: debugging services and logging messages
›
One of the quickest and best ways to debug issues with the services you're developing is to log and trace all activity with WCF along wi...
Monday, February 11, 2013
Debugging multiple processes and following the children in Eclipse Juno
›
I guess Eclipse has made it much easier in recent versions of Eclipse and CDT to debug multiple processes and have the debugger follow child...
Tuesday, January 15, 2013
Journey to robust Windows Services
›
Because I have the need for it in several projects, I'm going to be working with Windows Services implemented with .NET quite a bit in t...
Tuesday, December 22, 2009
Visual Studio (2010?) Debugging Gotchas - Part I
›
I recently ran across a problem where I was trying to debug some code and the Visual Studio debugger wouldn't stop in my class. It woul...
›
Home
View web version