All Projects → AndreasMadsen → Trace

AndreasMadsen / Trace

Licence: mit
Creates super long stack traces

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Trace

node-wasm-trace
Instruments wasm files and traces execution
Stars: ✭ 24 (-86.89%)
Mutual labels:  debugging, trace
debugging-async-operations-in-nodejs
Example code to accompany my blog post on debugging async operations in Node.js.
Stars: ✭ 22 (-87.98%)
Mutual labels:  debugging, asynchronous
Fliplog
fluent logging with verbose insight, colors, tables, emoji, filtering, spinners, progress bars, timestamps, capturing, stack traces, tracking, presets, & more...
Stars: ✭ 41 (-77.6%)
Mutual labels:  trace, stack-traces
ghc-stack
Hacking GHC's Stack for Fun and Profit (featuring The Glorious Haskell Debugger v0.0.1 Pre-alpha)
Stars: ✭ 69 (-62.3%)
Mutual labels:  debugging, stack-traces
Tapping device
TappingDevice makes objects tell you what they do, so you don't need to track them yourself.
Stars: ✭ 296 (+61.75%)
Mutual labels:  trace, debugging
Hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
Stars: ✭ 727 (+297.27%)
Mutual labels:  debugging, stack-traces
Scala Trace Debug
Macro based print debugging. Locates log statements in your IDE.
Stars: ✭ 110 (-39.89%)
Mutual labels:  debugging, stack-traces
Thenextquant
Asynchronous driven quantitative trading framework.
Stars: ✭ 172 (-6.01%)
Mutual labels:  asynchronous
Ethereum Graph Debugger
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
Stars: ✭ 177 (-3.28%)
Mutual labels:  trace
Itrace
🍰 Trace objc method call for ios and mac
Stars: ✭ 170 (-7.1%)
Mutual labels:  trace
Shader Printf
Simple printf functionality for GLSL.
Stars: ✭ 170 (-7.1%)
Mutual labels:  debugging
Godbg
Go implementation of the Rust `dbg` macro
Stars: ✭ 172 (-6.01%)
Mutual labels:  debugging
Grab
Web Scraping Framework
Stars: ✭ 2,147 (+1073.22%)
Mutual labels:  asynchronous
Showme
Quick application debugging and analysis for Python
Stars: ✭ 170 (-7.1%)
Mutual labels:  debugging
Asyncorm
Fully Async ORM inspired in django's
Stars: ✭ 182 (-0.55%)
Mutual labels:  asynchronous
Event Loop
An event loop interface for interoperability in PHP.
Stars: ✭ 170 (-7.1%)
Mutual labels:  asynchronous
Bastion
Highly-available Distributed Fault-tolerant Runtime
Stars: ✭ 2,333 (+1174.86%)
Mutual labels:  asynchronous
Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (-0.55%)
Mutual labels:  asynchronous
P
The P programming language.
Stars: ✭ 2,309 (+1161.75%)
Mutual labels:  asynchronous
Augury
Angular Debugging and Visualization Tools
Stars: ✭ 2,050 (+1020.22%)
Mutual labels:  debugging

trace Build Status

Creates super long stack traces

See https://trace.js.org for examples.

Trace only works with node.js v8.x and newer. Use npm install [email protected]^2 for node.js v6 and v4.

How

npm install trace --save
node --stack_trace_limit=100 -r trace debug-me.js

This will provide a very long stack trace, if you are not interested in node internal lines, take a look at clarify.

npm install clarify --save
node --stack_trace_limit=100 -r trace -r clarify debug-me.js

For specific examples see https://trace.js.org.

Found a bug?

I encourage you to file any bugs you may find, even if you can't reduce the issue to only involve nodecore modules. I will then use all my power to fix it.

I want this module to be the best and most trusted async trace module ever!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].