Merge pull request #42 from baidu/restructure feat: store面板删除功能&被选项焦点丢失
Merge pull request #42 from baidu/restructure
feat: store面板删除功能&被选项焦点丢失
Development tool for debugging San.js applications.
It is exists both as a browser extension and as a common line tool(works with other environments including Safari, IE, San Native and Electron.)
San Native
The standalone version exists as a command line tool, and install from NPM or Yarn.
npm i -g san-devtools # OR yarn global add san-devtools
Get the Chrome Extension
OR
Navigate to chrome://extensions in Chrome/Chromium to load the unpacked extension from dist directory.
中文文档
First: Start debugging server, and will auto open the remote inspector.
sand # short for san-devtools # OR san-devtools
Second: Add ws-backend.js to the top of the debugging page(before san.js).
ws-backend.js
Third: Open the debugging page, and inspector page will auto connected.
Open the debugging page and san-devtools plugin will show the San version, then open the chrome devtool and will see the San tab.
MIT
San DevTools
Development tool for debugging San.js applications.
It is exists both as a browser extension and as a common line tool(works with other environments including Safari, IE, San Native and Electron.)
🎉 Features
San Nativedebugging (waiting for release).📦 Installation
standalone
The standalone version exists as a command line tool, and install from NPM or Yarn.
chrome extension
Get the Chrome Extension
OR
Navigate to chrome://extensions in Chrome/Chromium to load the unpacked extension from dist directory.
📖 Document
中文文档
🤝 Quick Start
standalone
First: Start debugging server, and will auto open the remote inspector.
Second: Add
ws-backend.jsto the top of the debugging page(before san.js).Third: Open the debugging page, and inspector page will auto connected.
chrome extension
Open the debugging page and san-devtools plugin will show the San version, then open the chrome devtool and will see the San tab.
sand options
🍻 Companions
☀️ License
MIT