I've been using the java command line debugger to track down an issue in the
compiler. For those who may want to try it
I have been invoking lzc and setting breakpoints like this:



. "${LPS_HOME}/WEB-INF/lps/server/bin/lzenv"


jdb  -sourcepath WEB-INF/lps/server/src -DLPS_HOME=${LPS_HOME}  -classpath
$LZCP org.openlaszlo.compiler.Main --runtime=swf9 test/sw.lzx



stop in org.openlaszlo.sc.SWF9External.mybreakpoint

run

-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to