Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
weex-debugger
Advanced tools
Weex-debugger is a Weex developer tool for debugging weex app with chrome devtool, it's an upgraded version of weex-devtool.
The weex-debugger works as a debugging server, it cooperates with the inspect modules on Android and iOS to help user to inspect/debug weex source codes and project.
$npm install -g weex-toolkit
We advise you to use weex-toolkit which will call weex-devtool.
$ weex debug [options] [vue_file|bundles_dir]
Options | Description |
---|---|
-v, --version | display version |
-h, --help | display help |
-V, --verbose | display logs of debugger server |
-p, --port [port] | set debugger server port |
-m, --manual | manual mode,this mode will not auto open chrome |
-H --host [host] | set the host ip of debugger server |
--debug | set log level to debug mode |
--loglevel [loglevel] | set log level silent |
--remotedebugport | set the remote debug port |
--min | minimize the jsbundle |
$ weex debug
NOTE: Since
weex-toolkit@1.1.0
,weex debug
command have been replace withweex-debugger
, you can startweex-debugger
just usingweex debug
command, if you want to useweex-debugger
belowweex-toolkit@1.1.0
, you can binding command usingweex xbind [command] weex-debugger
to binding command into yourweex-toolkit
.
This command will start debug server and launch a chrome opening DeviceList
page.
this page will display a QR code, you can use Playground scan it for starting debug or integrate [Weex devtools](#Integrate devtool) into your application.
.vue
file$ weex debug your_weex.vue
This command will compile your_weex.vue
to your_weex.js
and start the debug server as upon command.
your_weex.js
will be deployed on the server and displayed on the debug page, using another QR code for debugging your_weex.js
file.
$weex debug your/vue/path -e index.vue
This command will compile each of the files in your/vue/path
and deploy them on the bundled server with the new file mapped to the path http://localhost:port/weex/
.
Android: pls refer to Weex Devtool Android
IOS: pls refer to Weex Devtool IOS
1.0.18
}
to be annotated.FAQs
weex developer tool for debugging weex app with chrome devtool
The npm package weex-debugger receives a total of 4 weekly downloads. As such, weex-debugger popularity was classified as not popular.
We found that weex-debugger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.