IWebAppDebugSession Interface
- public interface IWebAppDebugSession
This is interface is implemented by debug sessions that are debugging WebApps. It
exposes the enabler thread that will be telling the server it is about to be debugged. If you
wait until this thread is finished, you can be guaranteed the server is ready to be debugged.
getEnablerThread() Method
public Thread
getEnablerThread()
gets the thread that was spawned to enable the WebApp server.
Returns
- a thread that has already been started, and is enabling the WebApp server.