stack_trace icon indicating copy to clipboard operation
stack_trace copied to clipboard

A package for manipulating stack traces and printing them readably.

Results 23 stack_trace issues
Sort by recently updated
recently updated
newest added

Dear Dart-lang Maintainers, Thank you for your hard work making Dart. It is very useful to me. Here is `test/unit/truncated_trace_test.dart` which demonstrates a problem in my Dart application: ```import 'package:stack_trace/stack_trace.dart'...

Hello dev: ` print('Stack trace 1 :\n ${Trace.format(s, terse: true)}’);` get a wrong format result when i cut off the network of my phone in below code? Thanks. Or maybe...