Jump to content

AGIS code debugging possible?


MAeStRO

Recommended Posts

Sadly it isn't currently possible as the server is executed via shell/bat scripts, not a java executable, and it is run as many different processes rather than one single entity making it much harder to run in debug mode via an IDE.

 

Currently I just use a lot of log messages and run the:

grep "String to search for" *.out

command to see what is happening in the code.

Link to comment
Share on other sites

  • 1 month later...

I've been looking a bit into the matter, and I've read that it is possible to remotely debug java processes even if you didn't start them, like link up to them after they are already running, but only if the process is started with debug args in the command.

Any chance for an option of the sort? Will it work?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recommended Cloud Solution


    ksweb.net

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.