Subj : Re: JavaScript debugger from C++? To : netscape.public.mozilla.jseng From : Jens Thiele Date : Thu Feb 24 2005 11:22 am Mike Moening schrieb: > 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! It depends on how you embed SpiderMonkey. If you use the SpiderMonkey API directly you can use the debugging part of the API. For an example you might wish to look at Shanti Rao's jsdb (). Greetings Jens .