Subject | Italian | English |
comp., MS | debug JIT | just-in-time debugging (A technique that catches faults that occur while the program is running outside the development environment. You must set this option in the development environment before executing your program) |
comp., MS | debug JIT | JIT debugging (A technique that catches faults that occur while the program is running outside the development environment. You must set this option in the development environment before executing your program) |
comp., MS | debug passo a passo | single stepping (A debugging technique that enables you to run a macro one action at a time or run Visual Basic code one line at a time) |
comp., MS | debug remoto | remote debugging (The use of Visual Studio on one computer (the host computer) to debug an application that is running on another computer (the target or remote computer)) |