Jump to content

Remote debugging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Convex hull (talk | contribs) at 00:15, 27 March 2007 (Created page with 'Remote debugging is the process of debugging a program running on a system different than the debugger. To start remote debugging, debugger connects to a remote sys...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Remote debugging is the process of debugging a program running on a system different than the debugger. To start remote debugging, debugger connects to a remote system over a network. Once connected, debugger can control the execution of the program on the remote system and retrieve information about its state.