diff --git a/docs/debug.md b/docs/debug.md index 1ed80d11..e1a4504e 100644 --- a/docs/debug.md +++ b/docs/debug.md @@ -10,7 +10,7 @@ The Developer Tools is like this: When errors occur, the error messages are displayed at the `console`. ## Debugging -I assume to put `debugger` as a breakpoint into the code is a good way to debug like this: +For example, there is a way to put `debugger` as a breakpoint into the code like this: ![debugger](https://cloud.githubusercontent.com/assets/11307908/24343879/9459efea-127d-11e7-9943-f60bf7f66d4a.png) diff --git a/docs/jp/debug.md b/docs/jp/debug.md index 26458869..76cfad0e 100644 --- a/docs/jp/debug.md +++ b/docs/jp/debug.md @@ -10,7 +10,7 @@ Developer Toolsの切り替え方法はこちらです: 何かエラーが起きた場合 `console`にエラーメッセージが表示されます。 ## デバッグ -このように、 `debugger`をコード中にブレークポイントとして挟むのがいい方法だと思います。 +例えば、 `debugger`をコード中にブレークポイントとして挟む方法があります。 ![debugger](https://cloud.githubusercontent.com/assets/11307908/24343879/9459efea-127d-11e7-9943-f60bf7f66d4a.png)