Update: there’s currently a redesign of coffeescript compiler that generates source maps, which should enable you to debug your coffeescript in most recent versions of Google Chrome (18 and upwards I think).
I think it’s not production-ready yet, but it’s worth mentioning.
Related Contents:
- What is private bytes, virtual bytes, working set?
- How to see which plugins are making Vim slow?
- What are the debug memory fill patterns in Visual Studio C++ and Windows?
- How does a debugger work?
- Chrome: Uncaught SyntaxError: Unexpected end of input
- How to var_dump variables in twig templates?
- Paused in debugger in chrome?
- Profiling Vim startup time
- Visual Studio debugger – Displaying integer values in Hex
- How do I view / replay a chrome network debugger har file saved with content?
- Android Studio IDE: Break on Exception
- How do I debug an MPI program?
- What’s the dSYM and how to use it? (iOS SDK)
- How do I enable logging for Spring Security?
- How to check release / debug builds using cfg in Rust?
- Chrome Developer tool: html script is blank (in source) debugging tutorial
- How to check if program was compiled with debug symbols? [duplicate]
- Is there a way to make Firefox ignore invalid ssl-certificates?
- How to go to the previous line in GDB?
- How to force IntelliJ to only step into my source code?
- Drop into interpreter during arbitrary scala code location
- Safari Web inspector keeps disconnecting
- Does any golang interactive debugger exist? [closed]
- How to debug web sites on mobile devices?
- How to jump to next break point in IntelliJ?
- Firebug: How to inspect elements changing with mouse movements?
- Debugging monit
- How can I inspect element in chrome when right click is disabled?
- Meteor: Debug on server side
- How do you fix a bug you can’t replicate?
- How to print a var using echo o print in a NDK-build Android.mk file to debug compilation?
- Is it possible to get a core dump of a running process and its symbol table?
- How to enable loglevel debug on Apache2 server [closed]
- How to get the stacktrace of a panic (and store as a variable)
- Is there a non-installable version of Fiddler, or equivalent? [closed]
- How to debug elisp?
- VS2008: Unable to start debugging, Remote Debugging Monitor has been closed
- What is “initiator other” in network in chrome console?
- lldb: Breakpoint on exceptions (equivalent of gdb’s catch throw)
- How to use pg_stat_activity?
- Step through JDK source code in IntelliJ IDEA
- What are your favorite Grails debugging tricks? [closed]
- JSP debugging in IntelliJ IDEA
- How to debug Haskell code?
- how to debug node.js causing 100% cpu usage?
- Are there any online tools to test SVG paths?
- Starting to learn Windbg [closed]
- What is the difference between Step in, Step out and Step Over?
- Debugging a custom function in Google Apps Script
- what’s the least resistance path to debugging mocha tests?