Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nikelborm/traceTree

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO for me personally: check how it's different from ~/projects/tango-advisor/backend/src/tools/private/traceTree

TODO: I recently discovered that special variable arguments of non anonymous functions (function () {}) has property callee that can be quite usefull in rendering traces. Maybe it would be cool to start using it in code somewhere

interface IArguments {
    [index: number]: any;
    length: number;
    callee: Function;
}

There is also something similar exists for python: Eliot

This library allows devs to record smart traces of functions and beatifully render them. There is still a lot of work to be done, I hope I'll do it at some point. If you like this library, give it a star, it REALLY motivates me to work on this

Screenshot from 2024-07-17 08-58-10 Screenshot from 2024-07-17 08-57-21

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.