About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
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
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
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 azure vm, Remote debugger, Remote Desktop Connection, visual studio
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 Attach to Process, Firewall, PDB, Remote debugger, Security Policy, Visual Studio 2010, windows 8
2 Comments