Hi,

I have code that ran fine with version <= 0.9.11 but encounters this error 
in versions greater than this. I understand that the cause of the error is 
probably infinite recursion, but do not know how to trace it, as the stack 
trace is undefined.

This 
question<http://stackoverflow.com/questions/7663957/debugging-maximum-call-stack-size-exceeded>doesn't
 seem to have been answered yet.

As most of the code is in coffeescript, I tried using node-inspector, as 
suggested in one of the answers for this 
question<http://stackoverflow.com/questions/11068023/debugging-coffeescript-line-by-line>,
 
but that lead me to step through node.js source code (starting at net.js). 
But as node.js source files are not part of my project, I couldn't step 
through it (I have asked the developer of node-inspector for instructions 
on how to do this and am awaiting the reply).  

I looked at the node.js debugger <http://nodejs.org/api/debugger.html> but 
am not sure about how to use it with coffeescript files.

Are there any other tools/methods that can aid in detecting the problem?

- Ashima

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to