Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate debugger.markdown #28

Open
wants to merge 2 commits into
base: japanese
Choose a base branch
from
Open

Translate debugger.markdown #28

wants to merge 2 commits into from

Conversation

kohei-takata
Copy link

resolves:#10

* `setBreakpoint(line)`, `sb(line)` - 指定した行にブレークポイントを設定します。
* `setBreakpoint('fn()')`, `sb(...)` - 指定した関数の先頭行にブレークポイントを設定します
* `setBreakpoint('script.js', 1)`, `sb(...)` - 指定したスクリプトファイルの指定した行にブレークポイントを設定します。
* `clearBreakpoint('script.js', 1)`, `cb(...)` - script.js の1行目のブレークポイントを削除します。
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script.js の1行目のブレークポイントを削除します。

新訳です。

@okuryu
Copy link

okuryu commented Apr 4, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debugger.markdown
2 participants