网页
图片
视频
学术
词典
地图
更多
航班
笔记本
breakpoint
美
英
n.
转折点;拐点;击穿点
网络
断点;断点定义;中断点
复数:
breakpoints
英汉
英英
网络释义
n.
1.
转折点
2.
拐点
3.
击穿点
n.
1.
a
point
where
something
stops
,
pauses
,
changes
,
or
breaks
apart
2.
a
pause
inserted
into
a
computer
program
so
that
the
registers
and
memory
locations
can
be
examined
to
correct
a
programming
logic
error
1.
断点
– 用"
断点
"(
Breakpoints
)视图来查看断点列表 – 注 28x 的设备只支持两个硬件断点 ? 观察点使用一个硬件断点资源 ? 可以使用" …
houh-1984.blog.163.com
|
基于757个网页
2.
断点定义
GDB调试精粹及使用实例 - fanqiang.com ... * statu: 状态查看; *
breakpoints
:
断点定义
; * data: 数据查看; ...
fanqiang.chinaunix.net
|
基于293个网页
3.
中断点
中断点
(
breakpoints
) 检查变数值 int ACCUAPI IMG_save_bitmap { int imghandle; char FAR *filename; int type; }; Function IMG…
www.cyut.edu.tw
|
基于93个网页
4.
设定岔断点
5.2
设定岔断点
(
Breakpoints
)...................... 1955.3 逐步除错............. 2005.3.1 Step Into .....
down.admin5.com
|
基于58个网页
5.
开启断点检视窗口
Eclipse热键操... ... Bookmarks( 开启书签检视窗口)
Breakpoints
(
开启断点检视窗口
) Classic Search( 开启传统的搜索检视窗口) ...
www.360doc.com
|
基于35个网页
6.
打开断点对话框
STM32开... ... Stop Running: 停止运行。
Breakpoints
:
打开断点对话框
。 Insert/Remove Breakpoint: 在当前行插入/删除 …
blog.csdn.net
|
基于15个网页
7.
设置断点
调试时,用户在程序 中关键位置
设置断点
(
breakpoints
),当用户按下F5 键或在调试方式下运行时, 程序将在断点处暂停,所在 …
www.docin.com
|
基于12个网页
8.
断点设置
条件需要断点设置对话框来设置,调用
断点设置
(
Breakpoints
)对话框需要执行Edit→Breakpoints命令或按Ctrl+B组合键。断 …
book.51cto.com
|
基于11个网页
更多释义
收起释义
例句
释义:
全部
全部
,
转折点
转折点
,
拐点
拐点
,
击穿点
击穿点
,
断点
断点
,
断点定义
断点定义
,
中断点
中断点
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Place
breakpoints
in
the
code
dealing
with the
type
of
data
you are
trying
to
understand
.
在
处理
试图
了解
的
数据
类型
的
代码
中
放置
断点
。
msdn2.microsoft.com
2.
If
you
want
to
see
an inventory
of
your
breakpoints
,
click
the
Breakpoints
tab
in the
Debug
window
at the
bottom
.
如果
想
查看
断点
的
列表
,
可以
单击
Debug
窗口
底部
的
Breakpoints
选项卡
。
www.ibm.com
3.
To
set
breakpoints
in
the Package
Explorer
view
of
the
Java
perspective
,
double-click
the
selected
source code
file
to
open
it
in
an
editor
.
要
在
Java
透视
图
的
PackageExplorer
视图
中
设置
断点
,
双击
选择
的
源代码
文件
,
在
一个
编辑
器
中
打开
它
。
www.ibm.com
4.
To see the
output
of the
program
as
it
progresses
,
set
breakpoints
in
the
code
and
then
view
the
output
in
the
program
's
command
window
.
若要
在
程序
的
执行
过程
中
查看
其
输出
,
请
在
代码
中
设置
断点
,
然后
在
程序
的
命令
窗口
中
查看
输出
。
msdn2.microsoft.com
5.
Plus
,
the Script
Debugging
Buttons
enable
you
to set
breakpoints
and
control
the
execution
of
the
statements
and
scripts
.
另外
,
语句
调试
按钮
让
你
可以
设定
中断
点
并
控制
语句
的
执行
。
dictsearch.appspot.com
6.
It
takes
a
special
skill
to be able to
leverage
the
available
tools
to
insert
the
appropriate
breakpoints
and
debug
trace
messages
.
利用
可用
工具
插入
合适
的
断点
和
分析
追踪
信息
都
需要
很
特殊
的
技巧
。
dictsearch.appspot.com
7.
PHPeclipse
is
an
Eclipse
plug-in
that
can
highlight
common
syntax
errors
and
can
be
used
in
conjunction
with
a
debugger
to
set
breakpoints
.
PHPEclipse
是
一个
Eclipse
插件
,
能够
强调
常见
的
语法
错误
,
可以
与
调试器
结合起来
用于
设置
断点
。
www.ibm.com
8.
Breakpoints
that
you
set
within the
Script
task
in
the
child
package
are
disregarded
in
these
circumstances
.
在
上述
情况
下
,
将
忽视
您
在
子
包
的
脚本
任务
中
设置
的
断点
。
msdn2.microsoft.com
9.
Running
a
program
in
Debug
mode
enables
you
to
use
breakpoints
to
pause
the
program
to
examine
the
state
of
variables
and
objects
.
以
“
调试
”
模式
运行
程序
使
您
可以
使用
断点
来
暂停
程序
,
以
检查
变量
和
对象
的
状态
。
technet.microsoft.com
10.
In
the
toolbar
at the
top
of
the
Breakpoints
window
,
click
the
Columns
tool
and
then
select
the
name
of the
column
you
want
to
display
.
在
“
断点
”
窗口
顶部
的
工具
栏
中
,
单击
“
列
”
工具
,
然后
选择
要
显示
的
列
的
名称
。
msdn2.microsoft.com
1
2
3
4
5