# The port the backend proxy listens to. Must be the port maintained in OSS # in case the proxy is to be used. debugproxy.listenport = 50009 # The initial loglevel of the debug proxy. The loglevel can also be set by the frontend. debugproxy.loglevel = INFO # The ports allowed to attach a debugger to. # If no port is maintained here, all ports open for debugging are allowed. # Decomment if restriction of ports is required. # Takes a comma separated list of ports. # debugproxy.allowedPorts = 50026, 50027 # The default port to attach a debugger to. # When running the proxies client part, the client # tells the port to attach to. In case there is no client proxy running # on the frontend, there must be a default port which the proxy attaches # the debugger to when no port is transmitted. debugproxy.defaultPort = 50026 # The time out for waiting processes. debugproxy.waitTimeout = 10000 debugproxy.strategies.jars = ./com.sap.rdebug.proxy.strat.eclipse_3.0_core.jar, ./com.sap.rdebug.proxy.strat.eclipse_3.1_core.jar, ./com.sap.rdebug.proxy.strat.eclipse_3.3_core.jar # Message server host. ms.host = epprd # Message server port. ms.port = 3901