Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.6 KB

debugging-tools.md

File metadata and controls

17 lines (15 loc) · 1.6 KB

Debugging Tools

Libraries for debugging and developing.

  • Byebug - A simple to use, feature rich debugger for Ruby 2.
  • did_you_mean - Adds class, method & attributute suggestions to error messages.
  • Pry Byebug - Pry navigation commands via byebug.
  • Rails Footnotes - Rails footnotes displays footnotes in your application for easy debugging, such as sessions, request parameters, cookies, filter chain, routes, queries, etc.
  • Seeing Is Believing - Displays the results of every line of code in your file.
  • Xray - A development tool that reveals your UI's bones.
  • msavin:mongol - Visual Editing Tool for Meteor for MongoDB Collections.
  • msavin:jetsetter - Visual Get/Set Tool for Meteor Session Variables.
  • meteorhacks:kadira-debug - Full Stack Debugging Solution for Meteor.
  • babrahams:constellation - An extensible dev console for Meteor.
  • Meteor DDP Monitor - Chrome Dev tools extension for monitoring Meteor DDP traffic
  • Dr. Mongo - Open-source MongoDB admin app built on MeteorJs.
  • debugger - port of ruby-debug that works on 1.9.2 and 1.9.3