checkpoint-ts 0.1.2

Interactive checkpoint system for TypeScript/JavaScript development. Debug with TUI, inspect state, skip functions, inject values.
1
2
3
4
5
6
7
pub mod call_stack;
pub mod dashboard;
pub mod error_dialog;
pub mod function_skip;
pub mod history;
pub mod profiler;
pub mod variable_editor;