Subject | English | Chinese simplified |
comp., MS | 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) |
comp., MS | debugging mode | 调试模式 (The operational state of the tool during which problems within the selected application are detected and transferred to a debugger) |
comp., MS | 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) |
comp., MS | 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 | 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)) |
comp., MS | Remote Debugging Monitor | 远程调试监视器 (A small application that Visual Studio connects to for remote debugging) |