GitXplorerGitXplorer
p

fenix

public
0 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
61f3bff2b5b3dfbc0be6fb656315da53b229a93a

Make fenix work recursively on unserializable data structures

ppablogsal committed 7 years ago
Unverified
899493d618c99411a90d9009e6ed375fc9e997af

Make fenix work from every directory

ppablogsal committed 7 years ago
Unverified
74375b89f93deac59a58735f6152e9779190f8d6

Feat lux

ppablogsal committed 7 years ago

README

The README file for this repository.

What is Fenix?

Fenix is a tool to produce core-dumps that are compatible with python debugger tools when your code raises an uncaught exception. Fenix only works when this happens and therefore there is no runtime overhead associated with the tool. There are many ways available to trigger this behaviour depending on the granularity that you want. These can be as little invasive as running your code though a runner (and therefore you don’t need to change yor code) or as granular as context managers and decorators (so you can generate these core dumps for specific parts of your code).

How to use Fenix?

Check the documentation