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