52e2e32e70f16ab1a9050137c274489e36bd2b7d
[nit.git] / share / man / nitdbg_client.md
1 % NITDBG_CLIENT(1)
2
3 # NAME
4
5 nitdbg_client - network client for remote debugging.
6
7 # SYNOPSIS
8
9 nitdbg_client [*options*]...
10
11 # DESCRIPTION
12
13 `nitdbg_client` connects to a `nit` debugger server and controls it.
14
15 See the interpreter command `nit(1)` for details about remote debugging.
16
17 # OPTIONS
18
19 `--host`
20 :   Sets the host to debug from, use IPV4 only. (Defaults to 127.0.0.1).
21
22 `--port`
23 :   Sets the debug port (Defaults to 22125).
24
25     Must be contained between 0 and 65535
26
27 # SEE ALSO
28
29 The Nit language documentation and the source code of its tools and libraries may be downloaded from <http://nitlanguage.org>