「Breakpoints」を含む例文一覧(97)

1 2 次へ>
  • 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
1 2 次へ>

例文データの著作権について

  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • NetBeans
    © 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.
  • Python
    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.