senior_debug 1.0.2 copy "senior_debug: ^1.0.2" to clipboard
senior_debug: ^1.0.2 copied to clipboard

debug like a senior using `here` and `here`

example/senior_debug_example.dart

import 'package:senior_debug/senior_debug.dart';

void main() {
  here;
  here;
  here;
  here;
  printStackTrace = true;
  here;
  hereDbg['WHERE IS THIS'];

  SeniorDebug('Test')[15];
}
/*Out:
  > here 0
  > here 1
  > here 2
  > here 3
  > here 4
  > file:///.../senior_debug/example/senior_debug_example.dart:9:3
  > 
  > here WHERE IS THIS
  > file:///.../example/senior_debug_example.dart:10:10
  > 
  > Test 15
  > file:///.../example/senior_debug_example.dart:12:22
*/
2
likes
130
pub points
0%
popularity

Publisher

verified publishermoti.monster

debug like a senior using `here` and `here`

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

stack_trace

More

Packages that depend on senior_debug