This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/debug
Matt Hamilton 5cccdc255b cleanup trace function a bit 2015-12-27 19:33:30 -05:00
..
functions cleanup trace function a bit 2015-12-27 19:33:30 -05:00
Readme.md add debug module 2015-12-27 19:13:57 -05:00

Readme.md

Debug

Provides a function to debug Zim.

Functions

  • trace-zim provides a trace of Zsh/Zim startup

Notes

The trace-zim command will not alter your current dotfiles. It will copy your environment to a temporary directory, launch zsh within that environment, and output logs.

This will provide a ztrace.tar.gz archive, which should be attached to any bug reports if you need help with an issue that you don't understand.

Requires gdate and gsed on Mac/BSD systems.

Note: it is very likely that this can be done on these systems without GNU utils, but I don't use Mac/BSD anywhere. If someone who does use these platforms can provide me with a PR that produces the SAME output for Mac/BSD, I would be happy to PR.