Skip to content

Commit

Permalink
Update c2a_sils_runtime.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Dec 17, 2023
1 parent ba72c15 commit 8fb4ec0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/sils/c2a_sils_runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ npm run devtools:sils


### C2A そのもの + c2a-devtools の実行 (VS Code を用いたデバッグ)
MOBC 環境 (`/examples/mobc/`) を例にする.
MOBC 環境 (`/examples/mobc/`) を例にする.
この手順によって,ブレークポイント等を用いた開発が可能となる.

1. 1 つ目のターミナルで `/examples/mobc/` に移動し,次を実行する.
```
Expand All @@ -53,6 +54,7 @@ npm run devtools:debug
2. VS Code のデバッガで `Debug executable 'c2a-example-mobc` を実行する.
3. 2 つ目のターミナルで c2a-devtools を実行し,ブラウザを開くと,テレコマ通信が可能となる.


### pytest の実行
以下を参照のこと.

Expand All @@ -62,4 +64,4 @@ npm run devtools:debug

## その他
`npm run *` コマンドについては,以下のファイルなどを参照すること.
https://github.com/arkedge/c2a-core/blob/d5001811f6fb8da116bdba1030a535a639dbffb7/examples/mobc/package.json
https://github.com/arkedge/c2a-core/blob/d5001811f6fb8da116bdba1030a535a639dbffb7/examples/mobc/package.json#L1-L25

0 comments on commit 8fb4ec0

Please sign in to comment.