Git Product home page Git Product logo

stacktrace's Introduction

Stacktrace for Atom

Navigate stacktraces within Atom!

Build Status

Given a stacktrace from a supported language, this package gives you:

  • A mile-high view of the full trace, with a few lines of context on each stack frame;
  • Highlighting and navigation tools to walk up and down the stack while you're looking at the full files.
  • [planned] Intelligent mappings from paths from other systems to yours. If it looks like a ruby gem path, it'll map into your ${GEM_HOME}; if it looks like a virtualenv path, it'll map into your virtualenv.

Installation

apm install stacktrace

Obligatory Animated Gif

walkthrough

Commands

Stacktrace is a Bring Your Own Keybinding ™️ package. Rather than try to guess a set of bindings that won't collide with any other package, or that aren't six-key chords, I'm not providing any default keybindings.

To set hotkeys for stacktrace commands, invoke Application: Open Your Keymap from the command palette, and add a section like this one:

'.workspace':
  'alt-s enter': 'stacktrace:from-selection'
  'alt-s p': 'stacktrace:paste'
  'alt-s up': 'stacktrace:to-caller'
  'alt-s down': 'stacktrace:follow-call'

Language Support

Stacktraces are currently recognized in the following languages:

  • Ruby
  • (Java|Coffee)script

Countdown to 1.0

In the true spirit of README-driven development, these are the features that I'd like to see in place before I mark it 1.0.

  • Accept stacktraces pasted into a dialog you call up from the command palette.
  • Present a view that gives you bits of context around each frame of a specific stack.
  • Pluggable stacktrace recognition and parsing code.
  • Map parsed frames to source files on the local filesystem.
  • While a stacktrace is active, highlight individual lines from the trace in open editors.
  • Provide commands for next-frame, previous-frame, and turning it off.
  • Show a stacktrace navigation view as a bottom panel with next, previous and stop buttons.

stacktrace's People

Contributors

fibric avatar smashwilson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.