nono


ver 0.2.x から ver 0.3.0 への移行方法 How to migrate from ver 0.2.x to ver 0.3.0

ver 0.3.0 ではデバッガに関する設定項目が ver 0.2.x までとは変更になっています。 これらを設定ファイルに記載している場合は このドキュメントの設定の章を参照して修正してください。 Configuration about debugger has been changed from ver 0.2.x to ver 0.3.0. If your configuration file has them, please update by yourself. See Configuration section in this document.

以下の設定項目は廃止になりました。 The following item has been removed.

debugger-port = (default: 0)
代わりに以下の2つが追加されています。 Instead, the following two items are added.
debugger-driver   = (default: none)
debugger-tcp-port = (default: 0)

nono project