| 例文 |
"Stack trace"を含む例文一覧と使い方
該当件数 : 24件
At the gdb prompt, you can use the bt or where commands to get a stack trace. 例文帳に追加
gdb のプロンプトから、 btを使ってスタックをトレースすることができます。 - FreeBSD
This function prints a stack trace from its invocation point. 例文帳に追加
この関数は呼び出された時点からのスタックトレースを出力します。 - Python
A``pre-processed'' stack trace entry is a quadruple (filename,line number, function name, text) representing the information that is usually printed for a stack trace.例文帳に追加
``前処理済み''スタックトレース項目とは四つの部分からなる(filename, line number, function name, text)で、スタックトレースに対して通常出力される情報を表しています。 - Python
You can also use a Logger. getLogger(...) method instead of printing a stack trace. 例文帳に追加
スタックトレースを出力する代わりに、Logger.getLogger(...) メソッドを使用することもできます。 - NetBeans
Move the current frame one level up in the stack trace(to a older frame). 例文帳に追加
(より古いフレームに向かって)スタックトレース内でカレントフレームを一レベル上げます。 - Python
Once you have recovered the crash dump, you can get a stack trace with kgdb(1) as follows: 例文帳に追加
クラッシュダンプを取り出せたら、 以下のように gdb(1) を使ってスタックトレースをとります。 - FreeBSD
Move the current frame one level down in the stack trace(to an newer frame). 例文帳に追加
(より新しいフレームに向かって)スタックトレース内でカレントフレームを一レベル下げます。 - Python
It exactly mimics the behavior of the Python interpreter when it prints a stack trace.例文帳に追加
モジュールがスタックトレースを表示するとき、Pythonインタープリタの動作を正確に模倣します。 - Python
Return a list of up to limit ``pre-processed'' stack trace entries extracted from the traceback object traceback.例文帳に追加
トレースバックオブジェクトtracebackからlimitまで取り出された``前処理済み''スタックトレース項目のリストを返します。 - Python
For the Anagram Game application, you can take a snapshot of the results to see the allocation stack trace for the objects of type String.例文帳に追加
Anagram Game アプリケーションでは、スナップショットを取得して String 型のオブジェクトの割り当てスタックトレースを見てみます。 - NetBeans
However, the best way to track down the cause of a panic is by capturing a crash dump, then using kgdb(1) to generate a stack trace on the crash dump. In any case, the method is this: 例文帳に追加
パニックの原因を突き止める最良の方法は、クラッシュダンプをとり、 gdb(1)でスタックトレースを行うことです。 - FreeBSD
Usually you have to read the stack trace from the bottom up in order to trace the exact sequence of events that lead to the crash. 例文帳に追加
通常、正確なクラッシュへの過程を追跡するには、出力を最後の行から逆方向に読まなければなりません。 - FreeBSD
A stack trace sampling system has an execution part 30 for carrying out a process for each thread that is an execution unit, and a trace data storage part 33.例文帳に追加
スタックトレース採取システムは、プロセスが実行単位であるスレッド毎に実行される実行部30と、トレースデータ格納部33を有する。 - 特許庁
To reduce a memory capacity required for storing stack trace information without increasing load on a system, and to specify the process and thread causing faults.例文帳に追加
システムへの負荷の増大なしに、スタックトレース情報を格納するのに必要なメモリ容量を削減し、かつ、障害を起こしているプロセス/スレッドを特定する。 - 特許庁
An application development/execution system constituted of a stack trace priority information adding part (104), package information (105) stored in an external storage device, and a stack trace output control part (107) displays an output in which high priority order is fixed to important information during tracing the stack.例文帳に追加
上記課題を解決するため、スタックトレース優先度情報付加部(104)、外部記憶装置内に保持されているパッケージ情報(105)、スタックトレース出力制御部(107)から構成されるアプリケーション開発・実行システムにより、スタックトレース中の重要な情報に高い優先度をつけた出力を表示させる。 - 特許庁
The detail data measurement part performs more detailed measurement to the methods set as the measurement objects by the detail data measurement part 232, such as acquiring a stack trace.例文帳に追加
詳細データ計測部は、詳細データ計測部232によって計測の対象として設定されているメソッドに対して、スタックトレースを取得するなど、より詳細な計測を行う。 - 特許庁
When working on multiple projects using different JDKs,JDK sources hyperlinked from the stack trace of an exected projectpoint to the wrong JDK.Note that stepping through JDK sources in the debugger is not affected by this issue.例文帳に追加
異なる JDK を使用して複数のプロジェクトを扱っていると、目的のプロジェクトのスタックトレースからハイパーリンクされた JDK リソースによって間違った JDK を指し示される。 デバッガでの JDK ソースのステップ実行が、この問題の影響を受けることはありません。 - NetBeans
This version does not copy types like module, class, function, method,stack trace, stack frame, file, socket, window, array, or any similartypes.Classes can use the same interfaces to control copying that they use to control pickling.例文帳に追加
現在のバージョンでは、モジュール、クラス、関数、メソッド、スタック追跡、スタック構造、ファイル、ソケット、ウィンドウ、アレイ、その他これらに類似の型をコピーしません。 クラスでは、pickle 化を制御するためのインタフェースと同じインタフェースをコピーの制御に使うことができます。 - Python
| 例文 |
| 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|