stacktrace icon indicating copy to clipboard operation
stacktrace copied to clipboard

Atom package to navigate stacktraces.

Results 8 stacktrace issues
Sort by recently updated
recently updated
newest added

In `stacktrace/styles/stacktrace.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...

## Update Atom to 1.12.2 to reproduce this error **Atom Version**: 1.12.2 **Electron Version**: 1.3.6 **System**: Mac OS X 10.10.5 **Thrown From**: [stacktrace](https://github.com/smashwilson/stacktrace) package, v0.0.2 ### Stack Trace Failed to...

Hi! Thanks for maintaining the stacktrace package! In Atom v1.12, we are going to [upgrade CoffeeScript](https://github.com/atom/atom/pull/12780) to the latest version. This upgrade entails one potentially breaking change to the language:...

Is this supposed to work with the latest atom? I pasted a stacktrace in a new tab and selected "Packages -> Stacktrace -> Enter" and nothing happens.

Plz support PHP traces.

Plz support Python traces.

Here's a Ruby trace that wasn't recognized yet: ``` undefined method `id' for nil:NilClass (NoMethodError) /Users/ashl6947/code/fog/tests/rackspace/requests/compute_v2/server_tests.rb:64:in `block (2 levels) in ' /Users/ashl6947/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/shindo-0.3.8/lib/shindo.rb:79:in `instance_eval' /Users/ashl6947/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/shindo-0.3.8/lib/shindo.rb:79:in `tests' /Users/ashl6947/code/fog/tests/rackspace/requests/compute_v2/server_tests.rb:58:in `block in ' /Users/ashl6947/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/shindo-0.3.8/lib/shindo.rb:79:in...

example trace

Highlight the line that's from the actual stack trace in each editor on the `StacktraceView`.