Debug Connect

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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>]}