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 edit summary
 
Line 5: Line 5:
* debug connect
* 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.  
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.
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.
Properly formatted commands from the debugger are treated exactly as if they were typed in on the standard BR console window.
===Syntax===
DEBUG CONNECT {[LOCALHOST]|[<ip address>]}
[[IMAGE:DebugConnect.png]]





Latest revision as of 15:44, 6 May 2014

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.

Syntax

DEBUG CONNECT {[LOCALHOST]|[<ip address>]}