1153万例文収録!

「breakpoints」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > breakpointsの意味・解説 > breakpointsに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

breakpointsを含む例文一覧と使い方

該当件数 : 97



例文

Breakpoints Window 例文帳に追加

「ブレークポイント」ウィンドウ - NetBeans

Working With Breakpoints 例文帳に追加

ブレークポイントの操作 - NetBeans

Creating Breakpoints 例文帳に追加

ブレークポイントの作成 - NetBeans

Setting Breakpoints 例文帳に追加

ブレークポイントの設定 - NetBeans

例文

Configurable Breakpoints 例文帳に追加

設定可能なブレークポイント - NetBeans


例文

Group operations over breakpoints: 例文帳に追加

ブレークポイントのグループ操作 - NetBeans

to establish breakpoints 例文帳に追加

中断点を設定する - コンピューター用語辞典

grades = "FEDCBA" breakpoints = [30, 44, 66, 75, 85] from bisect import bisect def grade(total):... return grades[bisect(breakpoints, total)]... grade(66)'C' map(grade, [33, 99, 77, 44, 12, 88])['E', 'A', 'B', 'D', 'F', 'A'] 例文帳に追加

区切り点は 85 以上は `A'、 75..84 は `B'、などです。 grades = "FEDCBA" breakpoints = [30, 44, 66, 75, 85] from bisect import bisect def grade(total):... return grades[bisect(breakpoints, total)]... grade(66)'C' map(grade, [33, 99, 77, 44, 12, 88])['E', 'A', 'B', 'D', 'F', 'A'] - Python

Choose Window Debugging Breakpoints to open the Breakpoints window.例文帳に追加

「ウィンドウ」「デバッグ」「ブレークポイント」を選択し、「ブレークポイント」ウィンドウを開きます。 - NetBeans

例文

Enables the breakpoints specified. 例文帳に追加

指定したブレークポイントを有効にします。 - Python

例文

Using Breakpoints to Debug BPEL Processes 例文帳に追加

ブレークポイントを使用した BPEL プロセスのデバッグ - NetBeans

Delete Breakpoints for Selected Element. 例文帳に追加

選択した要素のブレークポイントを削除。 - NetBeans

Debugger: Conditional breakpoints and catchpoints 例文帳に追加

デバッガ: 条件付きブレークポイントとキャッチポイント - NetBeans

Enable Breakpoints for Selected Element. 例文帳に追加

選択した要素のブレークポイントを有効化。 - NetBeans

Disable Breakpoints for Selected Element. 例文帳に追加

選択した要素のブレークポイントを無効化。 - NetBeans

Set breakpoints in the BPEL process. 例文帳に追加

BPEL プロセスの中に ブレークポイント を設定します。 - NetBeans

Try setting other breakpoints. 例文帳に追加

このほかのブレークポイントを設定してみましょう。 - NetBeans

Breakpoints shows a list of files and numbers of the lines where breakpoints are set. 例文帳に追加

「ブレークポイント」には、ブレークポイントが設定されているファイルと行番号のリストが表示されます。 - NetBeans

You can use the Breakpoints window to view all breakpoints that you have set in the IDE. 例文帳に追加

「ブレークポイント」ウィンドウを使用すると、IDE 内で設定したすべてのブレークポイントを表示できます。 - NetBeans

This method also controls the stop sequence for the breakpoints by repeatedly enabling/disabling the breakpoints until a program stops at all the breakpoints.例文帳に追加

すべてのブレークポイントに停止させるまで、ブレークポイントの有効化と無効化を繰り返すことにより、ブレークポイントの停止順序を制御する。 - 特許庁

To view and organize the breakpoints currently set in the IDE, open the Breakpoints window by choosing Windows Debugging Breakpoints (Alt-Shift-5). 例文帳に追加

現在 IDE 内で設定されているブレークポイントを表示および編成するには、「ウィンドウ」「デバッグ」「ブレークポイント」(Alt-Shift-5) を選択して「ブレークポイント」ウィンドウを開きます。 - NetBeans

You can also set breakpoints on the diagram. 例文帳に追加

図上でブレークポイントを設定することもできます。 - NetBeans

Your line breakpoints are listed in the window. 例文帳に追加

ウィンドウに行ブレークポイントが一覧表示されます。 - NetBeans

Set breakpoints in the code or on the diagram. 例文帳に追加

コード内または図上でブレークポイントを設定します。 - NetBeans

Issue #90222: Breakpoints don't take immediate effect while running 例文帳に追加

問題 #90222: 実行中にブレークポイントがすぐに効かない - NetBeans

It is also possible to temporarily disable breakpoints. 例文帳に追加

ブレークポイントは一時的に無効にすることもできます。 - NetBeans

You can create and manipulate breakpoints in your code at any time. 例文帳に追加

いつでもコードにブレークポイントを作成し、操作できます。 - NetBeans

Lists the breakpoints in the current project. 例文帳に追加

現在のプロジェクトで設定されているブレークポイントの一覧です。 - NetBeans

You can also set more specialized breakpoints, such as conditional breakpoints that only stop execution if the specified condition is true or breakpoints for certain threads or methods. 例文帳に追加

特定の条件が True の場合にのみ実行を停止する条件付きブレークポイントや、特定のスレッドまたはメソッドに対するブレークポイントなどの特化したブレークポイントを設定することもできます。 - NetBeans

The application stops at the function breakpoint you set earlier.Open the Breakpoints window by choosing Window Debugging Breakpoints. 例文帳に追加

前に設定した関数ブレークポイント位置でアプリケーションが停止します。 「ウィンドウ」「デバッグ」「ブレークポイント」を選択して「ブレークポイント」ウィンドウを開きます。 - NetBeans

In the Breakpoints window you can enable and disable breakpoints by checking or removing the checkbox in the Enabled column. 例文帳に追加

「ブレークポイント」ウィンドウでは、「有効」列のチェックボックスを選択または選択解除することでブレークポイントを有効または無効にできます。 - NetBeans

The system displays an error message and breakpoints remain disabled 例文帳に追加

システムはエラーメッセージを表示し,ブレークポイントを無効のままにする - コンピューター用語辞典

The window lists the two breakpoints you set earlier.The functionbreakpoint is displayed in bold. 例文帳に追加

ウィンドウに、前に設定した 2 つのブレークポイントが表示されます。 - NetBeans

The Breakpoints and Watches are standard IDE debugger windows. 例文帳に追加

「ブレークポイント」ウィンドウと「ウォッチポイント」ウィンドウは、標準的な IDE デバッガウィンドウです。 - NetBeans

Set breakpoints in your files to tell the debugger where to stop during execution.You can set breakpoints in HTML and JavaScript files. 例文帳に追加

デバッガの実行を停止する位置を指定するには、ファイル内にブレークポイントを設定します。 ブレークポイントは HTML ファイルと JavaScript ファイルに設定できます。 - NetBeans

From the Breakpoints window you can enable or disable individual breakpoints by toggling the option beneath the Enabled column.例文帳に追加

「ブレークポイント」ウィンドウでは、「有効」列の下にあるオプションを切り替えることで、個々のブレークポイントを有効または無効にすることができます。 - NetBeans

Disables all the breakpoints for the selected element and it's enclosed elements. 例文帳に追加

選択した要素とその中の要素のブレークポイントをすべて無効にします。 - NetBeans

The toolbar contains three buttons for group operations over the process breakpoints. 例文帳に追加

ツールバーには、プロセスのブレークポイントに対するグループ操作用のボタンが 3 つあります。 - NetBeans

Enables all the breakpoints for the selected element and it's enclosed elements. 例文帳に追加

選択した要素とその中の要素のブレークポイントをすべて有効にします。 - NetBeans

DEVICE AND METHOD FOR SOFTWARE BREAKPOINTS IMPLEMENTATION VIA SPECIALLY MANED FUNCTION例文帳に追加

特殊名付き関数によるソフトウェア区切り点の実行装置及びその方法 - 特許庁

Your function breakpoint is set and is added to the list in the Breakpoints window.例文帳に追加

関数ブレークポイントが設定され、「ブレークポイント」ウィンドウの一覧に追加されます。 - NetBeans

In the Breakpoints window, right-click the breakpoint you want to remove and choose Delete. 例文帳に追加

「ブレークポイント」ウィンドウで、削除するブレークポイントを右クリックし、「削除」を選択します。 - NetBeans

Place breakpoints on the ReserveAirline (line 130), ReserveVehicle (line 183) and ReserveHotel (line 236) invoke activities. 例文帳に追加

ブレークポイントを ReserveAirline (行 130)、 ReserveVehicle (行 183)、 ReserveHotel (行 236) の各呼び出しアクティビティーに設定します。 - NetBeans

The debugger traces elapsed time for each of the TB breakpoints.例文帳に追加

デバッガは、このような時間ベース・ブレークポイントのそれぞれについて、経過時間を追跡する。 - 特許庁

Place breakpoints on the ReserveAirline (line 218-226), ReserveVehicle (lines 304-312) and ReserveHotel (lines 362-370) Invoke activities. 例文帳に追加

ブレークポイントを ReserveAirline (行 218-226)、 ReserveVehicle (行 304-312)、 ReserveHotel (行 362-370) の各呼び出しアクティビティーに設定します。 - NetBeans

Conditional breakpoints only stop execution if a specified boolean expression is true. 例文帳に追加

条件付きブレークポイントは、指定された boolean 式が True の場合にのみ実行を停止します。 - NetBeans

Ignore Query Strings: Specify whether to ignore URL query strings for breakpoints.例文帳に追加

クエリー文字列を無視: ブレークポイントの URL クエリー文字列を無視するかどうかを指定します。 - NetBeans

debugger (not complete, but you can set breakpoints, view and step) Subsections 例文帳に追加

デバッガ(完全ではりませんが、ブレークポイントの設定や値の表示、ステップ実行ができます) - Python

Optionally, add watches for XPath expressions in your process or add fault breakpoints. 例文帳に追加

必要に応じて、プロセス内の XPath 式のウォッチポイントを追加するか、フォルトのブレークポイントを追加します。 - NetBeans

例文

You can also use fault breakpoints to check the values of variables before a fault is thrown. 例文帳に追加

また、フォルトブレークポイントを使用して、フォルトがスローされる前の値を確認することもできます。 - NetBeans




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS