English | Greek |
Debug Interface Access SDK | SDK πρόσβασης στη διαδικασία εντοπισμού σφαλμάτων (An SDK that provides access to debug information stored in program database (.pdb) files generated by Microsoft post-compiler tools) |
JIT debugging | εντοπισμός σφαλμάτων JIT (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) |
just-in-time debugging | εντοπισμός σφαλμάτων just-in-time (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) |
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)) |
Remote Debugging Monitor | Εποπτεία απομακρυσμένου εντοπισμού σφαλμάτων (A small application that Visual Studio connects to for remote debugging) |