zoukankan      html  css  js  c++  java
  • netbeans 调试 php

    修改php.ini文件

    原来配置

    [XDebug]
    ;zend_extension = "E:xamppphpextphp_xdebug.dll"
    ;xdebug.profiler_append = 0
    ;xdebug.profiler_enable = 1
    ;xdebug.profiler_enable_trigger = 0
    ;xdebug.profiler_output_dir = "E:xampp mp"
    ;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
    ;xdebug.remote_enable = 0
    ;xdebug.remote_handler = "dbgp"
    ;xdebug.remote_host = "127.0.0.1"
    ;xdebug.trace_output_dir = "E:xampp mp"

    调试配置

    [XDebug]
    zend_extension = "E:xamppphpextphp_xdebug.dll"
    ;xdebug.profiler_append = 0
    ;xdebug.profiler_enable = 1
    ;xdebug.profiler_enable_trigger = 0
    ;xdebug.profiler_output_dir = "E:xampp mp"
    ;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
    xdebug.remote_enable = "on"
    xdebug.remote_handler = "dbgp"
    xdebug.remote_host = "localhost"
    xdebug.remote_port="9000"
    ;xdebug.trace_output_dir = "E:xampp mp"

    设置netbeans调试

    在"工具"->选项->

     重启apache

  • 相关阅读:
    酒店预订2
    酒店预订1
    软件2
    酒店预定系统
    系统软件构成
    用例图
    软件构成
    业务用例名
    业务用例结果查询
    业务用例导师交流
  • 原文地址:https://www.cnblogs.com/gdzhong/p/5209944.html
Copyright © 2011-2022 走看看