|
|
1.1 ! root 1: <!-- ! 2: nono ! 3: Copyright (C) 2022 nono project ! 4: Licensed under nono-license.txt ! 5: --> ! 6: <html> ! 7: <?php require_once "common.php"; ?> ! 8: <body> ! 9: <h3>nono</h3> ! 10: <hr> ! 11: ! 12: <h4>ver 0.2.x から ver 0.3.0 への移行方法 <q>How to migrate from ver 0.2.x to ver 0.3.0</q></h4> ! 13: <div class="main"> ! 14: ver 0.3.0 ではデバッガに関する設定項目が ver 0.2.x までとは変更になっています。 ! 15: これらを設定ファイルに記載している場合は ! 16: <a href="#configuration">このドキュメントの設定の章</a ! 17: >を参照して修正してください。 ! 18: <q>Configuration about debugger has been changed from ver 0.2.x to ver 0.3.0. ! 19: If your configuration file has them, please update by yourself. ! 20: See <a href="#configuration">Configuration section in this document</a>.</q> ! 21: <p> ! 22: 以下の設定項目は廃止になりました。 ! 23: <q>The following item has been removed.</q> ! 24: <br> ! 25: <blockquote style="background-color: var(--light-pink);"><pre> ! 26: debugger-port = (default: 0) ! 27: </pre></blockquote> ! 28: 代わりに以下の2つが追加されています。 ! 29: <q>Instead, the following two items are added.</q> ! 30: <blockquote style="background-color: white;"><pre> ! 31: debugger-driver = (default: none) ! 32: debugger-tcp-port = (default: 0) ! 33: </pre></blockquote> ! 34: </div> ! 35: ! 36: <hr> ! 37: nono project ! 38: </body> ! 39: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.