mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
debug_options
This commit is contained in:
parent
d1fc3207bd
commit
69b7fd70e5
@ -122,6 +122,8 @@ else {
|
|||||||
|
|
||||||
#tack on the java library path
|
#tack on the java library path
|
||||||
$cmd = $cmd . " -Djava.library.path=" . $BINDIR . $CPSEP . $BINDIR . $SEP . "components";
|
$cmd = $cmd . " -Djava.library.path=" . $BINDIR . $CPSEP . $BINDIR . $SEP . "components";
|
||||||
|
#tack on the debug arguments
|
||||||
|
cmd = $cmd . "-Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=n"
|
||||||
#tack on the classpath, class name, and bin dir
|
#tack on the classpath, class name, and bin dir
|
||||||
$cmd = $cmd . " -classpath " . $ENV{"CLASSPATH"} . " " . $CLASSNAME . " " .
|
$cmd = $cmd . " -classpath " . $ENV{"CLASSPATH"} . " " . $CLASSNAME . " " .
|
||||||
$BINDIR;
|
$BINDIR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user