/meteor-devtools

Meteor debugging with Chrome DevTools

Primary LanguageJavaScript

Meteor debugging with Chrome DevTools

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!

Installation

  1. Clone the repository:
git clone https://github.com/MiroHibler/meteor-devtools.git
  1. Visit chrome://extensions in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox: The menu's icon is three horizontal bars. and select Extensions under the Tools menu to get to the same place).

  2. Ensure that the Developer mode checkbox in the top right-hand corner is checked.

  3. Click Load unpacked extension… to pop up a file-selection dialog.

  4. 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.

Usage

  1. Add the package to your Meteor app:
meteor add miro:devtools

NOTE: To be able to see full data, you need to install insecure and autopublish packages as well!

  1. Go to Chrome and open DevTools.

  2. There will be a new panel: Meteor.

  3. Enjoy! ;)

Meteor DevTools Demo

Version Info

v0.0.1

  • Initial version

Copyright and license

Copyright © 2015 Miroslav Hibler

miro:devtools is licensed under the MIT license.