Jump to content

Remote debugging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by George The Dragon (talk | contribs) at 00:16, 27 March 2007 (Sorting stub as tech-stub using VP). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.