GitXplorerGitXplorer
p

fenix

public
0 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
d7a78a823a0ee0835054573e7bc44880064b23d3

Add travis support

ppablogsal committed 7 years ago
Unverified
249862ba2b3b63d1cf738ba3b4adc4307db47f32

Add tox

ppablogsal committed 7 years ago
Unverified
e200040654d49a495ce2c1af3d6a7e5e8bff1f93

Fix test case and delete __main__.py

ppablogsal committed 7 years ago
Unverified
51200bcc6cd65d84a3cc0bf9b3ab36449ff215e5

Add more tests

ppablogsal committed 7 years ago
Unverified
1c7e007e67b37c7d3c740be0316b1de56f246287

Add tests and better run script

ppablogsal committed 7 years ago
Unverified
29c727d8a53c60683ec7df9c31caa019f438af07

Add better run script

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