|
|
1.1 ! root 1: <!-- ! 2: nono ! 3: Copyright (C) 2022 nono project ! 4: Licensed under nono-license.txt ! 5: --> ! 6: <html> ! 7: <head> ! 8: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! 9: <title>nono document</title> ! 10: <style type="text/css"> ! 11: /* https://jfly.uni-koeln.de/colorset/ */ ! 12: ! 13: :root { ! 14: --blue: rgb( 0, 90, 255); ! 15: --brown: rgb(128, 64, 0); ! 16: --green: rgb( 3, 175, 122); ! 17: --grey: rgb(132, 145, 158); ! 18: --cream: rgb(255, 255, 128); ! 19: --yellow-green: rgb(216, 242, 85); ! 20: --light-pink: rgb(255, 202, 191); ! 21: --light-green: rgb(119, 217, 168); ! 22: --light-grey: rgb(200, 200, 203); ! 23: ! 24: --bg-grey: rgb(220, 220, 223); ! 25: } ! 26: body { ! 27: background-color: var(--bg-grey); ! 28: } ! 29: q { ! 30: color: var(--brown); ! 31: } ! 32: q:before { ! 33: content: "["; ! 34: } ! 35: q:after { ! 36: content: "]"; ! 37: } ! 38: dt.dt-indent { ! 39: padding-left: 1ex; ! 40: } ! 41: .main { ! 42: margin-left: 1em; ! 43: } ! 44: .cons { ! 45: background-color: black; ! 46: color: white; ! 47: } ! 48: .file { ! 49: background-color: white; ! 50: color: black; ! 51: } ! 52: .strike { ! 53: color: var(--grey); ! 54: } ! 55: .strike > q { ! 56: color: var(--grey); ! 57: } ! 58: .new { ! 59: background-color: var(--light-green); ! 60: } ! 61: .new > q { ! 62: background-color: var(--light-green); ! 63: } ! 64: </style> ! 65: </head> ! 66: <body> ! 67: <h3>nono</h3> ! 68: <hr> ! 69: ! 70: <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> ! 71: <div class="main"> ! 72: ver 0.3.0 ではデバッガに関する設定項目が ver 0.2.x までとは変更になっています。 ! 73: これらを設定ファイルに記載している場合は ! 74: <a href="#configuration">このドキュメントの設定の章</a ! 75: >を参照して修正してください。 ! 76: <q>Configuration about debugger has been changed from ver 0.2.x to ver 0.3.0. ! 77: If your configuration file has them, please update by yourself. ! 78: See <a href="#configuration">Configuration section in this document</a>.</q> ! 79: <p> ! 80: 以下の設定項目は廃止になりました。 ! 81: <q>The following item has been removed.</q> ! 82: <br> ! 83: <blockquote style="background-color: var(--light-pink);"><pre> ! 84: debugger-port = (default: 0) ! 85: </pre></blockquote> ! 86: 代わりに以下の2つが追加されています。 ! 87: <q>Instead, the following two items are added.</q> ! 88: <blockquote style="background-color: white;"><pre> ! 89: debugger-driver = (default: none) ! 90: debugger-tcp-port = (default: 0) ! 91: </pre></blockquote> ! 92: </div> ! 93: ! 94: <hr> ! 95: nono project ! 96: </body> ! 97: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.