senior_debug 1.0.0 copy "senior_debug: ^1.0.0" to clipboard
senior_debug: ^1.0.0 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:///home/(usr)/Documents/GitHub/senior_debug/example/senior_debug_example.dart:9:3
  > 
  > here WHERE IS THIS
  > file:///home/(usr)/Documents/GitHub/senior_debug/example/senior_debug_example.dart:10:10
  > 
  > Test 15
  > file:///home/motalleb/Documents/GitHub/senior_debug/example/senior_debug_example.dart:12:22
*/
2
likes
0
pub points
0%
popularity

Publisher

verified publishermoti.monster

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

stack_trace

More

Packages that depend on senior_debug