Debug Connect: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The '''debug connect''' command is used to connect a debugger for the editor's debugging purposes. * debug connect localhost * debug connect 127.0.0.1 * de...")
(No difference)

Revision as of 18:01, 11 October 2013

The debug connect command is used to connect a debugger for the editor's debugging purposes.

  • debug connect localhost
  • debug connect 127.0.0.1
  • debug connect

The debug connect command tries to establish a TCP connection on a specific port where it starts listening for commands from the debugger. Once a connection is established the BR console is disabled and made non-visible.

Properly formatted commands from the debugger are treated exactly as if they were typed in on the standard BR console window.