Jump to content

Remote debugging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fabrictramp (talk | contribs) at 16:31, 8 July 2007 (Dead-end pages clean up project; you can help! using AWB). 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.