Breakpointを含む例文一覧と使い方
該当件数 : 193件
Creating a Function Breakpoint 例文帳に追加
関数ブレークポイントの作成 - NetBeans
Setting Conditions for a Breakpoint 例文帳に追加
ブレークポイントの条件設定 - NetBeans
Setting a conditional breakpoint--> 例文帳に追加
条件付きブレークポイントの設定 - NetBeans
Customizing the Output for a Breakpoint 例文帳に追加
ブレークポイントの出力のカスタマイズ - NetBeans
When a thread hits a breakpoint only the breakpoint thread is suspended. 例文帳に追加
スレッドがブレークポイントにヒットすると、ブレークポイントスレッドのみが中断されます。 - NetBeans
To customize a breakpoint,right-click on a breakpoint badge in the left margin of the editor, and choose Breakpoint (or Disabled Breakpoint)例文帳に追加
ブレークポイントをカスタマイズするには、エディタの左マージンにあるブレークポイントバッジを右クリックし、「ブレークポイント」(または「無効なブレークポイント」) 「プロパティー」を選択します。 - NetBeans
Choose Debug New Breakpoint (Ctrl+Shift+f8) to open the New Breakpoint dialog box.例文帳に追加
「デバッグ」「新規ブレークポイント」(Ctrl+Shift+F8) を選択して「新規ブレークポイント」ダイアログを開きます。 - NetBeans
Choose Run New Breakpoint (Ctrl+Shift+f8) to open the New Breakpoint dialog box.例文帳に追加
「実行」「新規ブレークポイント」(Ctrl+Shift+F8) を選択して「新規ブレークポイント」ダイアログを開きます。 - NetBeans
BREAKPOINT LOGIC UNIT, DEBUG LOGIC, AND BREAKPOINT METHOD FOR DATA PROCESSING APPARATUS例文帳に追加
データ処理装置のブレークポイント論理ユニット、デバッグ論理、およびブレークポイントの方法 - 特許庁
The program stops at the next breakpoint, the line breakpoint you set earlier.例文帳に追加
次のブレークポイント、すなわち前に設定した行ブレークポイントでプログラムが停止します。 - NetBeans
The process stops at the second breakpoint. 例文帳に追加
プロセスは 2 番目のブレークポイントで停止します。 - NetBeans
To set a breakpoint, press Ctrl-F8 or choose Debug Toggle Line Breakpoint. 例文帳に追加
ブレークポイントを設定するには、Ctrl-F8 キーを押すか、「デバッグ」「行ブレークポイントを切り替え」を選択します。 - NetBeans
The application will stop at the next breakpoint. 例文帳に追加
アプリケーションは、次のブレークポイントで停止します。 - NetBeans
Breakpoint generation logic generates an associated breakpoint signal if the result signal is set.例文帳に追加
結果信号がセットされると、ブレークポイント生成論理は関連するブレークポイント信号を生成する。 - 特許庁
For each breakpoint, you can see the name of the file and the line where this breakpoint is located. 例文帳に追加
各ブレークポイントについて、そのブレークポイントが置かれているファイル名と行を表示できます。 - NetBeans
In the Design view, right-click an element where you want to place a breakpoint and choose Toggle Breakpoint (Ctrl-F8). 例文帳に追加
デザインビューで、ブレークポイントを配置する要素を右クリックし、「ブレークポイントの切り替え」(Ctrl-F8) を選択します。 - NetBeans
In the Design view, right-click the element that has a red breakpoint mark and choose Toggle Breakpoint. 例文帳に追加
デザインビューで、赤いブレークポイントマークのある要素を右クリックし、「ブレークポイントの切り替え」を選択します。 - NetBeans
BREAKPOINT SETTING METHOD AND FAULT ANALYSIS DEVICE例文帳に追加
ブレークポイント設定方法及び障害解析装置 - 特許庁
The New Breakpoint dialog box lets you choose the type of breakpoint you want to create and set breakpoint options such as conditions for breaking or the information that the breakpoint prints to the Output window. 例文帳に追加
「新規ブレークポイント」ダイアログで、作成するブレークポイントの種類を選択し、実行を停止する条件やブレークポイントで「出力」ウィンドウに出力する情報などのブレークポイントオプションを設定することができます。 - NetBeans
Continue execution, only stop when a breakpoint is encountered. 例文帳に追加
ブレークポイントに出会うまで、実行を継続します。 - Python
BREAKPOINT SETTING METHOD AND COMPUTER READABLE RECORDING MEDIUM RECORDING PROGRAM FOR SETTING BREAKPOINT例文帳に追加
ブレークポイント設定方法及びブレークポイント設定用プログラムを記録したコンピュータ読み取り可能な記録媒体 - 特許庁
To set a breakpoint, click in the left margin of the editor on the line where you want the breakpoint to be set.例文帳に追加
ブレークポイントを設定するには、エディタで、ブレークポイントを設定する行の左マージンをクリックします。 - NetBeans
The web application will stop at the breakpoint that you set.例文帳に追加
設定したブレークポイントで Web アプリケーションが停止します。 - NetBeans
Set a breakpoint (Ctrl-F8) at the beginning of the PHP block:?php 例文帳に追加
PHP ブロックの先頭にブレークポイントを設定します (Ctrl-F8)。 ?php - NetBeans
A breakpoint related to the code 306 is included in the code 320 and an instruction is included in the breakpoint.例文帳に追加
機械コード320には、デバッギング・コード306関連の区切り点が含まれ、区切り点において命令が含まれる。 - 特許庁
In the New Breakpoint dialog box, you can also specify what information is printed when a breakpoint is reached. 例文帳に追加
「新規ブレークポイント」ダイアログでは、ブレークポイントに達したときに出力する情報の内容を指定することもできます。 - NetBeans
If the debugger encounters a breakpoint upon executing, it stops on the breakpoint,enabling you to examine variables in the debugging windows, and step through any code following the breakpoint.例文帳に追加
デバッグの実行中にブレークポイントに到達すると、デバッガはそこで実行を停止するので、デバッグウィンドウで変数を確認し、ブレークポイントに続くコードをステップ実行できます。 - NetBeans
Sets the ignore count for the given breakpoint number. 例文帳に追加
与えられたブレークポイントナンバーに通過カウントを設定します。 - Python
Place a breakpoint on the ReceiveItinerary receive activity (lines 163-169). 例文帳に追加
アクティビティーを受け取る ReceiveItinerary 上にブレークポイントを置きます (行 163-169)。 - NetBeans
Description:If a breakpoint is set on a running process, the breakpoint is not passed to gdb until the next time the process is stopped.例文帳に追加
説明: 実行中のプロセスにブレークポイントを設定しても、プロセスが次に停止するまで、ブレークポイントは gdb に渡されません。 - NetBeans
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)