Have you tried starting the remote with

java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:9001,server=y,suspend=y –jar application.jar

and then you should be able to have your Idea connect to it using the "Remote" configuration in your run/debug configurations.

Never tried this... but it seems reasonable to try this..

--Udo

On 1/13/17 11:49, Galen M O'Sullivan wrote:
Hi,

I'm looking at some DUnit tests and wondering if someone can point me in
the direction of the right way to hook a debugger into them. I've been
using IntelliJ to debug in my main development environment, which is a Mac,
but don't have it on the Linux box in which I'm seeing an error. What do
you use?

Thanks,
Galen O'Sullivan


Reply via email to