Hi experts,
After failing to use the normal debugging method to debug my web project which consists of
jsp and
servlet etc, I have decided to try remote debugging.
The thing is that I am not familiar with remote debugging.
I have
tomcat v 9.0.4 x64 version for Windows 10 'embedded' inside Eclipse.
After doing some research on the internet, I realised I have to add in this line as per
https://stackoverflow.com/questions/3835612/remote-debugging-tomcat-with-eclipse
ATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"
However, when I open up my catalina.bat it has very strange 'language' such that I am not sure how to go about adding the said line.
Here's how my catalina.bat looks like :
I hope someone can tell me what should I do now in order to add in the line and anything I should be aware of in order to make my debugger works...
It's been 2 months already...I think will it take me forever or the things are forcing me to give up ...
