Skip to content
dima.kruk edited this page Dec 10, 2013 · 1 revision

Remote debugging:

-mac:

add run options to ../COLT.app/Contents/Info.plist

<string>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005</string>

make Run Configuration Remote in IDEA and run it after start COLT.app

Clone this wiki locally