Examples of onDebug()


Examples of railo.runtime.listener.ApplicationListener.onDebug()

            if(enablecfoutputonly>0){
              setCFOutputOnly((short)0);
            }
            if(!gatewayContext && getConfig().debug()) {
              try {
          listener.onDebug(this);
        }
              catch (PageException pe) {
                if(!Abort.isSilentAbort(pe))listener.onError(this,pe);
        }
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.