jgfoster / Jade

Jade is an Alternative Development Environment (IDE) for GemStone/S that runs on Microsoft Windows
MIT License
5 stars 2 forks source link

Jade should support GciDebugConnectToGem #44

Open AllenOtis opened 4 years ago

AllenOtis commented 4 years ago

When used with a GemStone64 v3.5.1 and above server, Jade should be able to debug a gem that was configured with GEM_LISTEN_FOR_DEBUG=true

The Jade session needs to be established using GciDebugConnectToGem and GciDebugStartDebugService .

The gem will be listening on localhost only, so if Jade is not on the gem's host it will need to use an ssh tunnel.
Possibly GciDebugConnectToGem needs additional args such as IP address or port of the tunnel to make the connection .