Added debugger to starter

This commit is contained in:
Sekwah 2018-07-13 00:53:32 +01:00
parent e3b660dcae
commit 5de6385051

View File

@ -1,7 +1,7 @@
REM Use this file for testing cases for different versions, just drag the version you want to test the plugin in and it will start. REM Use this file for testing cases for different versions, just drag the version you want to test the plugin in and it will start.
@ECHO OFF @ECHO OFF
:A :A
java -Xmx4096M -jar %1 java -Xmx4096M -DIReallyKnowWhatIAmDoingISwear=true -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar %1
REM Could add a 32 bit test part but noone uses 32 bit anymore REM Could add a 32 bit test part but noone uses 32 bit anymore
GOTO A GOTO A
PAUSE. PAUSE.