| Hi Norbert,   I've tried doing the remote debug on several occasions, and 
I can attach, view variables etc.  However for the life of me I can't get 
it to find the source.  All users are using a shared install (plugins are 
packaged with the source, etc...).   Have you managed to remote debug the platform and have this 
work?   Cheers,   James 
 Delicia,   you could ask your colleagues to enable tracing for the 
relevant plugins and compare the trace output with yours. Provided that the authors of the plugins have put in enough 
tracing calls.   Your colleagues could start their eclipse as a remote 
debugable java application and then you coud attach your eclipse as debugger and 
do all the fun stuff like setting breakpoints and looking at variable values 
:-) This requires a reasonably fast internet connection and no 
(fire-)walls and gates to block the java debugger's communication. You must be 
able to freely access one port (you choose the number) on the target 
machine.   HTH     Norbert Ploett   
 Hi,       I've implemented the 
'ScannerConfigurationDiscoveryProfile' extension (mainly by changing gcc TO 
Mygcc). 
The Indexer works nicely on my system & a 
couple of other PCs I used for testing.   However, my colleagues sitting across the oceans are having problems with 
the Indexer. The PATH var setting, looks correct.   Is there any way I can debug what the problem is, and why the Indexer works 
here, but not there?   Thankyou, Delicia. P.S. This applies to managed make 
projects. |