Subject | Polish | English |
comp., MS | debugowanie 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 | debugowanie just in time | 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 | maska strefy debugowania | debug zone mask (A named bit mask in application source code that is used to turn a debug zone on or off) |
comp., MS | Monitor zdalnego debugowania | Remote Debugging Monitor (A small application that Visual Studio connects to for remote debugging) |
comp., MS | zdalne debugowanie | 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 | Zestaw SDK dostępu do interfejsu debugowania | Debug Interface Access SDK (An SDK that provides access to debug information stored in program database (.pdb) files generated by Microsoft post-compiler tools) |