* @throws DebuggingException
* may be thrown if there already is an active debug session
*/
public void startNewSession(String testProviderId, DebugController controller, final String command,
final SessionRequester requester) throws DebuggingException {
debugService.startNewDebuggingSession(testProviderId, getDebuggeeId(), controller, new SessionRequester() {
@Override
public void requestDenied() {
requester.requestDenied();
}