Package org.eclipse.php.internal.debug.core.zend.model

Examples of org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget


      // Ignore path was chosen:
      VirtualPath ignorePath = selectDialog.getIgnoreResult();
      result = new PathEntry(ignorePath, PathEntry.Type.SERVER, null);
      if (debugTarget instanceof PHPDebugTarget) {
        PHPDebugTarget phpDebugTarget = (PHPDebugTarget) debugTarget;
        phpDebugTarget.getContextManager().addToResolveBlacklist(
            ignorePath, Type.RECURSIVE);
      }
      return result;
    } else {
      try {
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget

Copyright © 2018 www.massapicom. 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.