mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-12 17:26:17 +00:00
Change the sentence
This commit is contained in:
@@ -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:
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Developer Toolsの切り替え方法はこちらです:
|
||||
何かエラーが起きた場合 `console`にエラーメッセージが表示されます。
|
||||
|
||||
## デバッグ
|
||||
このように、 `debugger`をコード中にブレークポイントとして挟むのがいい方法だと思います。
|
||||
例えば、 `debugger`をコード中にブレークポイントとして挟む方法があります。
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user