Debug Meteor Applications with MiroHibler/meteor-devtools


Summary of my bookmarked Github repositories from Feb 17th, 2015

Github repositories

  • MiroHibler/meteor-devtools

    The Meteor debugging package, accompanied by a Chrome DevTools extension, allows for debugging Meteor applications. Although it currently only supports CRUD operations on Session variables and accessing the current user and Users collections, it is a work in progress with known bugs and tasks to be completed. Installation involves cloning the repository and loading the unpacked extension in Chrome. To fully view data, the insecure and autopublish packages need to be installed. Once set up, the Meteor panel in Chrome DevTools provides debugging capabilities for Meteor apps. The current version is v0.0.1, released in 2015, and the package is licensed under the MIT license.