Home | History | Annotate | Download | only in parser

Lines Matching refs:Debug

102      * @param debug
106 Pipeline in, boolean debug, int maxMessageSize) {
223 if (Debug.parserDebug)
224 Debug.println("Starting parse!");
234 if (Debug.parserDebug) {
235 Debug.println("Discarding blank line. ");
241 Debug.printStackTrace(ex);
252 Debug.println("Reading Input Stream");
261 Debug.printStackTrace(ex);
275 if (Debug.debug) {
276 Debug.println("About to parse : " + inputBuffer.toString());
285 Debug.logError("Detected a parse error", ex);
289 if (Debug.debug) {
290 Debug.println("Completed parsing message");
301 if (Debug.debug) {
302 Debug.println("contentLength " + contentLength);
329 Debug.logError("Exception Reading Content",ex);
475 * todo's and removed some debug printlns that could slow code down by a bit.