I've got jamvm version 1.5.4
(java version 1.5.0
) and I don't have any choice about upgrading or changing it (actually, I think that is the latest version anyway).
I would dearly love to attach a remote debugger to some ropey old code I wrote so my first thought was this incantation:
jamvm -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=n ...
Sadly no dice there (neither -Xdebug
or -Xrunjdwp
were recognised).
So I did a swift jamvm -help
and then jamvm -X
and had a little read. Nothing suggested a possibility of attaching a remote debugger.
Finally I turned to our old friend Mr Googler and found this question on SourceForge with no answer.
So I guess I am scuppered, unless anyone knows otherwise, hence this...
Is there any way I can do remote debugging with JamVM?