Subj : JavaScript debugger from C++? To : netscape.public.mozilla.jseng From : Mike Moening Date : Thu Feb 24 2005 12:22 am How can I use Venkman directly from a C++ program where I have spidermonkey embedded? I'm looking for a way to add debugger support to the C++ application which is running the JavaScripts. If this is not possible what other options are there? I want to continue to use SpiderMonkey if at all possible because of cross platform support. Thanks! .