A Meteor Package paired with Chrome DevTools Extension for debugging a Meteor app.
Currently supporting only CRUD model on Session variables and reading current user and Users collections.
NOTE: This is very WIP (work in progress) - there are a lot of bugs and TODOs!
- Clone the repository:
git clone https://github.com/MiroHibler/meteor-devtools.git
-
Visit chrome://extensions in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox: and select Extensions under the Tools menu to get to the same place).
-
Ensure that the
Developer mode
checkbox in the top right-hand corner is checked. -
Click
Load unpacked extension…
to pop up a file-selection dialog. -
Navigate to the directory where you cloned the repository, navigate to
chrome
directiory, and select it.
Alternatively, you can drag and drop the chrome
directory where your extension files live onto chrome://extensions in your browser to load it.
- Add the package to your Meteor app:
meteor add miro:devtools
NOTE: To be able to see full data, you need to install
insecure
andautopublish
packages as well!
-
Go to Chrome and open DevTools.
-
There will be a new panel:
Meteor
. -
Enjoy! ;)
- Initial version
Copyright © 2015 Miroslav Hibler
miro:devtools is licensed under the MIT license.