English | Hebrew |
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) |
debugging mode | מצב איתור באגים (The operational state of the tool during which problems within the selected application are detected and transferred to a debugger) |
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) |