Jump to content

Remote debugging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mysdaao (talk | contribs) at 15:26, 10 July 2007 (Categorizing article - You can help!). 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.