Skip to content

An easier way to match javascript lines to corresponding coffee-script in stack-traces

Notifications You must be signed in to change notification settings

rbritom/coffee-trace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee-Trace Coffee-Trace

easier to follow stack-trace for coffee-script

About Coffee-Trace

If you love Coffee-Script and Node.js as much as me, you will provably also be frustrated by the challenges of quickly finding and debugging the corresponding javascript line on the stack-trace. I wrote Coffee-Trace in an attempt to make this task easier.

I've been searching myself for a solution, and have found some very useful links and discussions, but am yet unsatisfied. So, while SourceMaps implementation in Coffee-Script is a reality, this is the least I can do.

Install Usage

Install with: npm install coffee-trace

Become a masochist by enjoying uncaught exceptions and crashes. Just require() it at the very beginning of your code...

Utopic Future (High Hopes)

I have this crazy idea that someday I'll have some time to make this show the actual coffee-script line corresponding to the trace. That's right boyz, full source mapping.

About

An easier way to match javascript lines to corresponding coffee-script in stack-traces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published