Define: USB Debugging
USB Debugging takes its name from the way you usually deploy to staging servers.
The act of finding bugs on staging servers where you cannot install any tools and have no network that you have access to, but you are allowed to copy files via USB key (which is first screened by security {each time you copy}).
In those situations, the cycle of deploying usually goes like this:
- Optional: Have an argument about files with two extentions (Foo.designer.cs) not really being viruses in hiding, despite what the anti virus rules claims.
This is the most fun when you realize that a required dependency is missing (JET on 64 bits, for instance), and you need to replace it on the spot.
Comments
Comment preview