Re: Debugging while using the module system

2020-07-22 Thread Alan Bateman
On 21/07/2020 19:48, Mantas Gridinas wrote: Now that you mention it, this does occur while trying to use "Evaluate expression" which spins up bytecode and evaluates it at run time. I haven't contacted Jetbrains on this yet, but I'll open an issue on their tracker as well. This may be a good topi

Re: Debugging while using the module system

2020-07-21 Thread Mantas Gridinas
Now that you mention it, this does occur while trying to use "Evaluate expression" which spins up bytecode and evaluates it at run time. I haven't contacted Jetbrains on this yet, but I'll open an issue on their tracker as well. Cheers. (reposted on mailing list since) On Tue, Jul 21, 2020 at 9:

Re: Debugging while using the module system

2020-07-20 Thread Alan Bateman
On 20/07/2020 21:25, Mantas Gridinas wrote: Hi! Recently I've moved my project to the module system from regular classpath jars. Currently I'm using Adopt OpenJDK11 builds and for debugging I provide the -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=localhost:5005 command line ar

Debugging while using the module system

2020-07-20 Thread Mantas Gridinas
Hi! Recently I've moved my project to the module system from regular classpath jars. Currently I'm using Adopt OpenJDK11 builds and for debugging I provide the -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=localhost:5005 command line argument while starting my application. As a deb