| 例文 |
Also, a call stack when the loop start point candidate is executed and a call stack when the end is executed are compared.例文帳に追加
また、ループ始点候補の実行時におけるコールスタックと、末尾の実行時におけるコールスタックを比較する。 - 特許庁
If that is deeper than the call stack,ValueError is raised. 例文帳に追加
depthがコールスタックよりも深ければ、ValueErrorが発生します。 - Python
Explore the Local Variables and Call Stack tabs. 例文帳に追加
「局所変数」タブと「呼び出しスタック」タブを確認します。 - NetBeans
The Debugging window integrates the Sessions, Threads and Call Stack views. 例文帳に追加
「デバッグ」ウィンドウには、セッション、スレッド、呼び出しスタックなどのビューが統合されています。 - NetBeans
Note that the Call Stack tab shows the relationship between the JSP code and the generated servlet methods.例文帳に追加
「呼び出しスタック」タブに JSP コードと生成されたサーブレットメソッドとの関係が表示されます。 - NetBeans
By default, the IDE opens three Debugger windows: the Local Variables window, Watches window, and Call Stack window. 例文帳に追加
デフォルトでは IDE は、「ローカル変数」、「ウォッチポイント」、「呼び出しスタック」の 3 つの「デバッガ」ウィンドウを開きます。 - NetBeans
The Call Stack window lists the sequence of calls made during execution. 例文帳に追加
「呼び出しスタック」ウィンドウには、実行中に行われた一連の呼び出しが一覧表示されます。 - NetBeans
If the identifier is valid in the selected call stack frame, its value is displayed.例文帳に追加
選択した呼び出しスタックフレーム内で識別子が有効である場合は、その値が表示されます。 - NetBeans
By default, numerous windows are activated in the lower region of the IDE, including the Watches, Local Variables, and Call Stack windows.例文帳に追加
デフォルトでは、IDE の下部領域で、「ウォッチポイント」、「局所変数」、「呼び出しスタック」など、複数のウィンドウがアクティブになります。 - NetBeans
When letting the exception bubble up, the exception just isn't handled and will continue up the call stack in search of a handler. 例文帳に追加
元の例外をそのまま放置すると、例外は処理されず、コールスタックをさかのぼって別のハンドラを探します。 - PEAR
The information of a call stack being the calling information of a sub-routine in a program under execution is received from a CPU 30.例文帳に追加
実行中のプログラムにおけるサブルーチンの呼び出し情報であるコールスタックの情報をCPU30から受け付ける。 - 特許庁
The debugger starts and the applicationruns,and the Local Variables, Watches, and Call Stack windows open.例文帳に追加
デバッガが起動し、アプリケーションが実行されて、「局所変数」ウィンドウ、「ウォッチポイント」ウィンドウ、および「呼び出しスタック」ウィンドウが開きます。 - NetBeans
The debuggerstarts and the applicationruns,and the Local Variables, Watches, and Call Stack windows open. 例文帳に追加
デバッガが起動し、アプリケーションが実行されて、「ローカル変数」ウィンドウ、「ウォッチポイント」ウィンドウ、および「呼び出しスタック」ウィンドウが開きます。 - NetBeans
You can also navigate directly to the location where the call took place by right-clicking in the Call Stack window and choosing Go to Source.例文帳に追加
「呼び出しスタック」ウィンドウ内を右クリックし、「ソースへ移動」を選択することで、呼び出し元に直接移動することもできます。 - NetBeans
You can double-click on a call stack frame to select it, then explore any variable or expression values for that frame in the LocalVariables and Watches windows.例文帳に追加
呼び出しスタックフレームをダブルクリックして選択したら、「局所変数」ウィンドウと「ウォッチポイント」ウィンドウでフレームの変数や式の値を確認できます。 - NetBeans
The default for depth is zero, returning the frame at the top of the call stack. This function should be used for internal and specialized purposes only.例文帳に追加
depthのデフォルト値は0で、この場合はコールスタックのトップのフレームを返します。 この関数は、内部的な、特殊な用途にのみ利用することができます。 - Python
The Call Stack window shows the stack of calls to the functions in the reverse order with the last called function at the top of the list: 例文帳に追加
「呼び出しスタック」ウィンドウに、関数への呼び出しのスタックが逆の順序で表示されます。 最後に呼び出された関数がリストの先頭に表示されます。 - NetBeans
To provide a software operation modeling device which reduces an overhead of software operation monitoring by simplifying state acquisition of a call stack accompanied by low-speed memory access while keeping detection precision high.例文帳に追加
検知精度を高く保ちつつ、低速なメモリアクセスを伴うコールスタックの状況取得を簡略化することにより、ソフトウェア動作監視におけるオーバーヘッドを低減するソフトウェア動作モデル化装置を提供する。 - 特許庁
Each sessions is broken down in its list of threads,and you can expand each suspended thread to its call stack, etc.You can resume/suspend threads with one click on the play/pause buttons. 例文帳に追加
各セッションはスレッドのリストで分類され、中断中の各スレッドをその呼び出しスタックなどに展開できます。 「実行」ボタンおよび「中断」ボタンをクリックすると、スレッドを再開または中断できます。 - NetBeans
The key-and-password generating management apparatus 100 creates a key storing password from call information (such as a call stack) of the business application apparatus 500, in which it is difficult for even a manager or developer to obtain the call information, and from the password information, which is input by the manager.例文帳に追加
鍵・パスワード生成管理装置100は、管理者・開発者にも入手が困難な業務アプリケーション装置500の呼び出し情報(コールスタック等)と管理者の入力するパスワード情報からキーストアパスワードを作成する。 - 特許庁
By referring to the information of the call stack, a cache line selection processing part 40 selects a cache line for storing data which are not referenced in the following execution of the program, and preferentially defines the cache line as the object of replacement.例文帳に追加
キャッシュライン選択処理部40は、コールスタックの情報を参照することにより、以後のプログラムの実行において参照されることがないデータを保持するキャッシュラインを選択し、前記キャッシュラインを優先的に入れ替え対象とする。 - 特許庁
Single-step or run through Ruby code, set breakpoints, look at local variables, navigate the call stack, switch threads, and evaluate expressions by just hovering the mouse over the variable in the Editor. 例文帳に追加
Ruby コードをステップ実行または通して実行したり、ブレークポイントを設定したり、局所変数を確認したり、呼び出しスタックを操作したり、スレッドを切り替えたり、エディタ内で変数の上にマウスポインタを置くだけで式を評価したりできます。 - NetBeans
To provide a software debugging device and method for correctly displaying a call stack when tail call optimization is performed by using a break point during debugging of software without interrupting execution every time function call is made.例文帳に追加
ソフトウェアのデバッグ中にブレークポイントを使用して関数呼び出し毎に実行を中断することなく、末尾呼び出しの最適化が行われた場合のコールスタックを正しく表示することができるソフトウエアデバッグ装置及び方法を提供する。 - 特許庁
In the filtering, the computer device 300 acquires a return address string accumulated in a call stack, and compares the acquired return address string with a preliminarily generated return address string, and determines whether the behavior of software to be monitored is abnormal according to the result of comparison.例文帳に追加
フィルタリング処理においては、コンピュータ装置300は、コールスタックに積まれるリターンアドレス列を取得し、取得したリターンアドレス列と、予め生成されたリターンアドレス列とを比較し、比較結果に応じて、監視対象となるソフトウェアの挙動が異常か否かを判定する。 - 特許庁
Its features include breakpoints with conditionals; colorized source code display with code navigator; movable display panels showing threads, call stack, visible variables, and loaded classes; command interface for more advanced features; and Java-like expression evaluation, including method invocation. 例文帳に追加
JSwat の機能には、条件付きブレークポイント、コードナビゲータ付きのソースコードの色分け表示、スレッド、呼び出しスタック、可視変数、およびロードされたクラスを示す移動可能な表示パネル、より高度な機能のためのコマンドインタフェース、メソッド呼び出しを含む Java 形式の式評価などがあります。 - NetBeans
When you run a debugging session, the debugger windowsenable you to keep track of variable and expression values as you step through code, examine the call stack of an executing thread, verify source URL's, and switch between sessions if you are running concurrent debugging sessions.例文帳に追加
デバッグセッションを実行するときは、デバッガウィンドウで、コードをステップ実行しながら変数と式の値を追跡したり、実行中のスレッドの呼び出しスタックを確認したり、ソース URL を確認したり、また複数のデバッグセッションを同時に実行している場合はセッション間を切り替えたりできます。 - NetBeans
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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. |
| 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. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|