Is there a way to use Eclipse to connect to a Java application started in debug mode with transport=dt_shmem?
I’m on Windows, the application is local, and everything works perfectly when using transport=dt_socket. Just out of curiosity I was wondering if I could also use dt_shmem, but I can’t find anything related to that when creating a new remote application in Eclipse.
I found examples for jdb, but nothing Eclipse related.
It does not look like it. If you look at the debug launch configurations for remote debugging it gives you only choices related to using a socket. And the help only refers to that as well.