网页
图片
视频
学术
词典
地图
更多
航班
笔记本
XDebug
网络
和w;开发框架
网络释义
1.
和w
有关oleDBAdapter的问题 - .NET技术 / C#... ... ·SSI 指令 ·
xdebug
和w
·SQL 注入网站入 ...
www.hn1c.com
|
基于3个网页
2.
开发框架
Information about php-open.org: PHP开源网... ... 其它 Administrator Control Panel
开发框架
Xdebug
博客 Blog ...
dig.do
|
基于 1 个网页
例句
释义:
全部
全部
,
开发框架
开发框架
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
debugger
can
be
enabled
with a
command
line
switch
(
-
Xdebug
)
,
which
will
throw
you
straight
into
the
debuggers
command
line
at
startup
.
要
启用
调试器
,
需要
在
命令
行
中
加入
(
-Xdebug
)
开关
,
这样一来
在
启动
时
就
可以
直接
引导
你
进入
调试
器
命令
行
。
www.infoq.com
2.
shown
in
Listing
5
.
For
convenience
,
the XDEBUG_PROFILE
parameter
is
set
within
the
form
in
a
hidden
variable
.
为
方便起见
,
将
XDEBUG_PROFILE
参数
设置
在
表
单
的
隐藏
变量
内
。
www.ibm.com
3.
Setting
xdebug
.
auto_trace = 1
enables
tracing
automatically
prior
to
execution
of
any
PHP
script
.
设定
xdebug.auto_trace=1
将
在
执行
所有
PHP
脚本
之前先
启用
自动
跟踪
。
www.ibm.com
4.
When
the
code
moves
to
production
,
Xdebug
is
likely
to be
disabled
,
rendering
this
variable
harmless
.
当
代码
投入
生产
时
,
很
可能
将
禁用
Xdebug
,
呈现
这个
变量
将
不会
造成什么
损失
。
www.ibm.com
5.
Ignoring
the
latter
,
let
's
configure
Xdebug
with
reasonable
settings
to
help
debug
PHP
code
.
忽略
后者
,
让
我们
用
一些
合理
设置
来
配置
Xdebug
以
帮助
调试
PHP
代码
。
www.ibm.com
6.
And
never
forget
:
Disable
Xdebug
on
production
servers
,
as
it
always
adds
overhead
when
enabled
.
并且
永远
不要
忘记
:
要
在
生产
服务器
中
禁用
Xdebug
,
因为
启用
它
总会
增加
系统
开销
。
www.ibm.com
7.
With
this
Xdebug
configuration
in
place
,
you
now
have
more clues to
track
down
the
perpetrator
.
当
此
Xdebug
配置
就绪
后
,
您
现在
有
更多
的
线索
可以
跟踪
犯罪
者
。
www.ibm.com
8.
Otherwise
,
set
xdebug
.
max_nesting_level
to
something nominal to
catch
runaway
sequences
of
function
calls
more
quickly
.
否则
,
将
xdebug.max_nesting_level
设
为
较小
的
值
,
这样
可以
更
快速
地
捕捉
失控
的
函数
调用
序列
。
www.ibm.com
9.
XDebug
is
best
used
during
development
because
its
accounting
overhead is
wasteful
on
a
live
machine
.
在
开发
过程
中
使用
XDebug
最佳
,
因为
其
计算
负载
在
活动
计算机
中
是
十分
浪费
的
。
www.ibm.com
10.
By
default
,
Xdebug
displays
fields
for
time
,
memory
usage
,
function
name
,
and
the
depth
of the
function
call
.
默认
情况
下
,
Xdebug
将显示
时间
、
内存
使用
量
、
函
数
名
和
函数
调用
深度
字段
。
www.ibm.com
1
2
3
4