I want to do remote debugging of Squish application.
I am following document at: http://kb.froglogic.com/display/KB/Configuring+a+remote+squishserver for the same.
Step 1 and Step 2 went well, even I able to see the logs in terminal from remote application.
But, the debug point is not hitting in Squish IDE. Even the debug view shows nothing though I have done the exact steps given at Step 3, even restart of Squish IDE didn't help.
Whether or not Squish stops at a breakpoint (I suppose that's what you meant when you wrote "debug point") is independant of where the
squishserver
process is running. You can verify that the remote server is used simply by launching a test: you should see some output in the console wheresquishserver
is started about incoming network connections.