How do you debug your server side javascript? Is it with just a bunch
of Ape.log commands? One thing I wanted to know is how do you inspect
an object?
Ape.registerCmd('disconnect', true, function(user, infos) {
user.left('test');
});
e.g. How do I inspect the user object? The documentation has nothing
on what exactly is included in this object.
--
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/