You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/02/28 12:41:04 UTC

incubator-weex-site git commit: Add usage of breakpoint

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master 6a0db884b -> b798c3bfc


Add usage of breakpoint


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/b798c3bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/b798c3bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/b798c3bf

Branch: refs/heads/master
Commit: b798c3bfc2257afe4877f52c29e05e03868c67c6
Parents: 6a0db88
Author: erha19 <fa...@gmail.com>
Authored: Wed Feb 28 20:22:34 2018 +0800
Committer: erha19 <fa...@gmail.com>
Committed: Wed Feb 28 20:22:34 2018 +0800

----------------------------------------------------------------------
 source/tools/toolkit.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/b798c3bf/source/tools/toolkit.md
----------------------------------------------------------------------
diff --git a/source/tools/toolkit.md b/source/tools/toolkit.md
index c39a8b6..be81487 100644
--- a/source/tools/toolkit.md
+++ b/source/tools/toolkit.md
@@ -145,7 +145,7 @@ this page will display a QR code, you can use [Playground](https://weex.apache.o
 
 ![devtools-main](https://img.alicdn.com/tfs/TB1v.PqbmBYBeNjy0FeXXbnmFXa-1886-993.png)
 
-##### debug with `.vue` file
+##### Debug with `.vue` file
 
 ```
 $ weex debug your_weex.vue
@@ -165,6 +165,13 @@ Note: If you do not need this feature as far as possible to maintain the closed
 
 ![inspectors-two](https://img.alicdn.com/tfs/TB11kN2beuSBuNjy1XcXXcYjFXa-2872-1636.png)
 
+##### Breakpoint
+> JS Debug feature support you to set breakpoint on your jsbundle and debugging with it.
+
+You can find your jsbundle in the `source` folder of the `Runtime.js` directory. If you do not see the `Runtime.js` directory, check if the weex-debugger tool is completely installed or try to restart the debug tool.
+
+![js-debug](https://img.alicdn.com/tfs/TB1b5J2beuSBuNjy1XcXXcYjFXa-2880-1648.png)
+
 ##### NetWork
 
 > The Network feature collects network request information from weex applications.