网站首页  词典首页

请输入您要查询的英文单词:

 

单词 break mode
释义

break mode

美 
英 
  • un.中止方式
  • 网络中断模式;强插模式;坏攻击
un.
1.
中止方式

例句

释义:
1.
Edit and continue enables you to make changes to your source code while your program is in break mode.
“编辑并继续”允许在程序处于中断模式时对源代码进行更改。
msdn2.microsoft.com
2.
When execution is suspended at a breakpoint, your program is said to be in break mode.
当执行在某个断点处挂起时,我们称程序处于中断模式。
msdn2.microsoft.com
3.
Once you are in break mode, you can also step through your code, executing one line at a time so that you can see how the code works.
进入中断模式后,便可以单步执行代码,每次执行一行代码,以便确定代码的运行情况。
msdn2.microsoft.com
4.
Device debuggers do not support the ability to edit the source and continue while in break mode.
设备调试器不支持在中断模式下编辑源代码并继续的能力。
msdn2.microsoft.com
5.
Entering break mode does not terminate or end the execution of your program.
进入中断模式并不会终止或结束程序的执行。
www.kuenglish.info
6.
The changes you make during break mode are applied immediately when you continue execution of your application.
继续执行应用程序时会立即应用在中断模式中所做的更改。
msdn2.microsoft.com
7.
when a break occurs , your program and the debugger are said to be in break mode.
发生中断时,则称程序和调试器处于中断模式。
www.ichacha.net
8.
In break mode, resumes execution of your code from the current statement to the selected statement.
在中断模式下,从当前语句继续执行代码,直到执行到选定的语句。
msdn2.microsoft.com
9.
when the program is run , breakpoints force it to stop and go into break mode when that line of code is reached.
当程序运行到该代码行时,断点会强制程序停止并进入中断模式。
www.ichacha.net
10.
When a process is in break mode, you can continue execution of the process at any time using the procedure below.
当进程处于中断模式时,通过使用下面的过程,您可以在任何时候继续进程的执行。
msdn2.microsoft.com
1.
When the debugger is in break mode, you can use the variable windows to edit the values of (most) variables that appear in these locations.
调试器处于中断模式时,可以使用变量窗口来编辑出现在这些窗口中的(大多数)变量的值。
msdn2.microsoft.com
2.
To modify information in the Locals window, the debugger must be in break mode.
若要修改“局部变量”窗口中的信息,调试器必须处于中断模式。
msdn2.microsoft.com
3.
Many programming languages have statements or constructs that suspend execution and put your program into break mode .
许多编程语言都有用于挂起执行并使程序进入中断模式的语句或构造。
www.bing.com
4.
Once the process is in break mode, you can later choose to continue the process or terminate the process.
一旦进程处于中断模式,稍后您就可以选择继续该进程或终止该进程。
msdn2.microsoft.com
5.
When you are in break mode in native code, you can click on the contents of a register and edit the value.
当本机代码处于中断模式时,可以单击寄存器内容并更改其值。
msdn2.microsoft.com
6.
When the debugger encounters a Stop statement, it breaks execution of the program (enters break mode).
当调试器遇到Stop语句时,它将中断程序的执行(进入中断模式)。
msdn2.microsoft.com
7.
You can use Edit and Continue to edit your code in break mode, and then continue without stopping and restarting execution.
可以在中断模式下使用“编辑并继续”编辑代码,然后不必停止和重新启动执行即可继续。
msdn2.microsoft.com
8.
In general, you cannot make changes to nested type declarations in Break mode while using Edit and Continue.
通常情况下,在使用“编辑并继续”时,不能在中断模式下更改嵌套类型声明。
msdn2.microsoft.com
9.
Most of these tools function only in break mode.
这些工具大多数只能在中断模式下运作。
msdn.microsoft.com
10.
if you are running with a debug build , your program enters break mode.
如果正在调试版本中运行,则程序进入中断模式。
www.ichacha.net
1.
Most changes to structure declarations are not allowed by Edit and Continue while in Break mode.
在中断模式下,“编辑并继续”不允许对结构声明的大多数更改。
technet.microsoft.com
2.
In break mode, use the Debug Location toolbar to select the desired function, thread, or process.
在中断模式下,使用“调试位置”工具栏可以选择所需的函数、线程或进程。
msdn2.microsoft.com
3.
Most changes to module declarations are not allowed by Edit and Continue while in Break mode.
当处于中断模式时,“编辑并继续”不允许对模块声明的大多数更改。
technet.microsoft.com
4.
Most changes to delegates and events are not allowed by Edit and Continue during Break mode.
在中断模式下,对委托和事件的大部分更改都是不被“编辑并继续”允许的。
technet.microsoft.com
5.
DataTips work only in break mode and only with variables that are in the current scope of execution.
资料提示方块只能够在中断模式中运作,并且只能使用目前执行范围内的变数。
technet.microsoft.com
6.
Step commands are valid only in break mode or before you start the application.
“单步执行”命令只在中断模式或启动应用程序前有效。
msdn2.microsoft.com
7.
In break mode, make a change to your source code.
在中断模式下,对源代码进行修改。
msdn2.microsoft.com
8.
Using Edit and Continue, you can make a variety of changes to structure members (properties, methods, and fields) while in Break mode.
通过使用“编辑并继续”,您可在处于中断模式时对结构成员(属性、方法和字段)进行各种更改。
technet.microsoft.com
9.
Break Mode: set a breakpoint in the target application and run it.
中断模式:在目标应用程序中设置断点并运行该断点。
technet.microsoft.com
10.
Watch window, are available only in break mode.
“监视”窗口中计算表达式)只在中断模式下可用。
technet.microsoft.com
1.
Explains how to edit your code in Break mode, and then continue without stopping and restarting execution.
介绍如何在“中断”模式下编辑代码,然后在不停止并重新启动执行的情况下继续运行。
msdn2.microsoft.com
2.
Client-side script files are visible only when you are in debug mode or break mode.
只有在您处于侦错模式或中断模式时,才会看得见用户端指令码档。
technet.microsoft.com
3.
When you are in break mode, all threads in your application are typically stopped.
处于中断模式时,应用程序中的所有线程通常停止。
technet.microsoft.com
4.
Break mode - debugger is attached and in break mode.
中断模式-调试器已连接,但处于中断模式。
msdn2.microsoft.com
5.
You can set data breakpoints in break mode only.
只可以在中断模式下设置数据断点。
msdn2.microsoft.com
6.
If you try to change your code while in break mode, the debugger issues a warning.
如果试图在中断模式下更改代码,调试器将会发出警告。
msdn2.microsoft.com
7.
Available only in break mode.
仅在中断模式中可用。
msdn2.microsoft.com
8.
You can also continue or resume execution of a process that is currently in break mode.
您也可以让当前处于中断模式的进程继续执行或恢复执行。
technet.microsoft.com
9.
Apply edits in break mode.
在中断模式中应用编辑。
msdn2.microsoft.com
10.
Using Edit and Continue, you can make a variety of changes to module members, such as properties, methods, and fields, while in Break mode.
当在中断模式下时,可以使用“编辑并继续”对模块成员(如属性、方法和字段)进行各种更改。
msdn2.microsoft.com
1.
With Edit and Continue for C#, you can make changes to your code in break mode while debugging.
使用C#的“编辑并继续”,可以一边进行调试一边在中断模式下更改代码。
msdn.microsoft.com
2.
You can make adjustments to the program while in break mode.
您可以在中断模式下对程序进行调整。
msdn2.microsoft.com
3.
In Visual Basic 6. 0, watches can be set at design time, or at run time when in break mode.
在VisualBasic6.0中,可以在设计时设置监视点,也可以在运行时的中断模式下进行设置。
msdn2.microsoft.com
4.
Entering break mode does not stop or end the execution of your program;
进入中断模式并不会停止或结束程序的执行;
technet.microsoft.com
5.
Enter Break mode by doing one of the following
执行下列操作之一进入中断模式
msdn2.microsoft.com
6.
Study on coal break mode with point-attack pick cutting
镐齿截割煤断裂模式研究
scholar.ilib.cn
7.
To display the Processes window in break mode or run mode
在中断模式或运行模式下显示“进程”窗口
msdn2.microsoft.com
8.
To display the Call Stack window in break mode or in run mode
以中断模式或运行模式显示“调用堆栈”窗口
msdn2.microsoft.com
9.
To display a Memory window in break mode or run mode
在中断模式或运行模式下显示“内存”窗口
msdn2.microsoft.com
10.
How to: Apply Edits in Break Mode with Edit and Continue
如何:使用“编辑并继续”在中断模式下应用编辑
msdn2.microsoft.com
1.
To edit code in Break mode
在中断模式下编辑代码
msdn2.microsoft.com
2.
To display a DataTip in break mode only
只在中断模式下显示数据提示
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/28 0:19:51