Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

DSS Rhino Debugger will not launch

$
0
0

All,

I am trying to enable Rhino Debugger. First this is first according to this link, with Rhino Debugger i can write my javascript in Rhino, output the result of my script to Rhino instead of the cmd, debug my scipt using Rhino. Am i correct with this uderstanding? 

Fortunately my setup went okay. I can open up windows CMD, type in the cmd dss, and as a parameter pass my script. That is the good news. The bad news is that the output of my script is still sent to the cmd. I think i know why. According to the link i should replace %RHINO_SHELL% with %RHINO_DEBUGGER%. I did do that but the output of my program is still being sent to the cmd. The problem is that the 'dss.bat' on my ccs install is different the the 'dss.bat' shown on the link. According to the link i should see in my bat file....

java.exe -Xms40m -Xmx256m -Dxpcom.bridge.executeOnDedicatedThread=yes -Dorg.eclipse.swt.browser.XULRunnerPath="%DEBUGSERVER%\win32" -DXPCOM.RUNTIME="%DEBUGSERVER%\win32" -cp %RHINO_JAR%;%SCRIPTING_JARS% %RHINO_SHELL% %1 %2 %3 %4 %5 %6 %7 %8 %9

The problem is that my bat file is somewhat different...

java.exe -Xms40m -Xmx384m -cp !RHINO_JAR!;!SCRIPTING_JARS!;!DVT_SCRIPTING_JAR! !RHINO_DEBUGGER! %1 %2 %3 %4 %5 %6 %7 %8 %9

I think the website is outdated.


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>