Skip to content

zmitchell/flox-debugger

Repository files navigation

flox-debugger

This is a debugger that drops you into a TUI when you hit a desired statically defined trace point in a shell script. You use the fdb_tracepoint function in your script to define a tracepoint. You invoke the debugger by running your script with the FLOX_DBG_TRACEPOINT environment variable set to one of:

  • The name of a tracepoint
  • next, which will stop at the next available tracepoint
  • all, which will stop at each tracepoint

screenshot

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published