1.1 Glossary

This document uses the following terms:

breakpoint: A temporary stopping place in executing code.

debugger: An application or function that is used to perform debugging actions.

debugging: The process of stopping and stepping through running code to analyze the behavior of the code.

remote debugging: Debugging that operates over a remote session.

remote session: A session established from a client to a server via PSRP.

MAY, SHOULD, MUST, SHOULD NOT, MUST NOT: These terms (in all caps) are used as defined in [RFC2119]. All statements of optional behavior use either MAY, SHOULD, or SHOULD NOT.