Tag Archives: Remote debugger

TypeLoadException

Introducing a new member to the team is always a good thing. This brings up problems that would stay under the radar otherwise. Our new tester experienced an application crash that we’ve never seen before. Using the remote debugger we … Continue reading

Posted in Development | Tagged , , | Leave a comment

Lessons learned while solving a software issue on a client’s laptop

“This laptop has the latest version of the software and it’s not working”. That is how it ended up on my desk. After two days of debugging, crashing and reading log files I solved the problem. I’m hired to get … Continue reading

Posted in Development | Tagged , , | Leave a comment

Remote debugger extension

The Server Explorer in Visual Studio holds a hidden gem: the debugger extension for Azure. This integration is documented on MSDN but I just recently found it. Integration makes it easier to debug in azure. Just enable debugging and attach … Continue reading

Posted in Tooling | Tagged , , | Leave a comment

Remote Debugging to Azure VM

Add Remote Debugging tools setup to your automation script and use point-to-site VPN to do remote debugging. Continue reading

Posted in Development | Tagged , , , | Leave a comment

Remote debugger setup

Setting up the remote debugger from Windows 8 (Visual Studio) to Windows XP SP3 (Program) was a fight, but I won. Read my steps below. Program machine ~ virtualxp Add a user for remote debugging that will be available on … Continue reading

Posted in Development | Tagged , , , , , , | 2 Comments