小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 日英・英日専門用語 > source code debuggerの意味・解説 

source code debuggerとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 ソースコードデバッガ


日英・英日専門用語辞書での「source code debugger」の意味

source code debugger

ソースコードデバッガ

「source code debugger」の部分一致の例文検索結果

該当件数 : 15



例文

MODULE STATE DISPLAY DEVICE AND SOURCE CODE DEBUGGER例文帳に追加

モジュール状態表示装置及びソースコードデバッガ - 特許庁

SOURCE CODE DEBUGGER, DEBUGGING METHOD AND DEBUGGING PROGRAM例文帳に追加

ソース・コード・デバッガ、デバッグ方法及びデバッグプログラム - 特許庁

The debug shows how your program runs, however, it is not a source code level debugger.発音を聞く 例文帳に追加

このデバッグでプログラムの走り方が分かりますが, これはソースコードレベル・デバッガではありません. - コンピューター用語辞典

which allows you to implement a Python source code debugger in Python.例文帳に追加

トレース関数はPythonのソースデバッガを実装するために使用することができます。 - Python

In the debugger 1, a symbol information analysis part 11 reads symbol information corresponding to an identification value of the overlay module inputted from the debugger from an object code storage part 100, a source code analysis part 12 reads a source code corresponding to the symbol information from a source code storage part 200 and a display data output part 13 outputs the read source code as display data.例文帳に追加

デバッガ1は、シンボル情報解析部11がデバッグ装置から入力されたオーバーレイモジュールの識別値に対応するシンボル情報をオブジェクトコード格納部100から読み出し、ソースコード解析部12がこのシンボル情報に対するソースコードをソースコード格納部200から読み出し、表示データ出力部13がこの読み出されたソースコードを表示データとして出力する。 - 特許庁

This is correct behavior of the debugger because it has to pass through the entire source code of a web page before the page can be displayed.発音を聞く 例文帳に追加

これはデバッガの正常な動作です。 Web ページが表示されるためには、デバッガがページのソースコード全体を通過する必要があります。 - NetBeans

例文

This source code debugger 1 is equipped with a CPU 5, a display device 13, an input device 17, a data storage device 18 and a program storage device 19.例文帳に追加

ソース・コード・デバッガ1は、CPU5、表示装置13、入力装置17、データ記憶装置18、プログラム記憶装置19を備えている。 - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

クロスランゲージ 37分野専門語辞書での「source code debugger」の意味

source code debugger

ソースコードデバッガ

「source code debugger」の部分一致の例文検索結果

該当件数 : 15



例文

JavaScript editor with syntax highlighting, code completion, pop-up documentation, and error checking.The Editor recognizes JavaScript code in stand-alone JavaScript files as well as in HTML, RHTML, and JSP files.JavaScript Debugger supports watches, breakpoints,viewing and navigating source artifacts and JavaScript Callstack,viewing window and frame structure, local variables, and (static) browser DOM.Debug JavaScript in HTML files, JavaScript files, or generated URL sources, in Java EE and Ruby projects.JavaScript debugging requires Firefox 2.0.0.X with Firebug 1.1beta plugin,or Internet Explorer 6/7 on Windows XP/Vista operating systems.JavaScript Library Manager to add JavaScript libraries to Java EE, Ruby, or PHP projects.Bundled JavaScript libraries: Yahoo UI, WoodStock, jQuery, Dojo, Scriptaculous, Prototype発音を聞く 例文帳に追加

動的および静的ライブラリのサポート エディタのインデント、補完、および構文を強調表示した C/C++ コード - NetBeans

The JavaScript debugger requires the Firefox 2.0.0.X browser with the Firebug 1.1beta plugin, or Internet Explorer (6 or 7).You can also debug JavaScript code in Java EE and Ruby projects(to debug client sessions and for source mapping).例文帳に追加

JavaScript デバッガには、Firebug 1.1 beta プラグインを持つ Firefox 2.0.0.X ブラウザが必要です。 Java EE および Ruby プロジェクトでは、クライアントセッションをデバッグするため、またソースマッピング用に、JavaScript コードをデバッグすることもできます。 - NetBeans

Place profiling points in your source code to more precisely control the collection of profiling results,similar to debugger breakpoints.例文帳に追加

ソースコード内にプロファイルポイントを挿入し、プロファイル結果の収集をより詳細に制御できます。 プロファイルポイントはデバッガのブレークポイントに似ています。 - NetBeans

To provide a debugger program for facilitating debugging by displaying the correspondence of a source program and a disassembler code so as to be easily viewed even at performing optimizing compilation.例文帳に追加

最適化コンパイルを行った際にも、ソースプログラム及び逆アセンブラコードの対応を見やすく表示することによりデバッグを容易にするためのデバッガプログラムを提供することを課題とする。 - 特許庁

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

To provide a source code debugger capable of displaying information on a pipeline of a cycle accurate ISS under execution of simulation of a software, and grasping accurately the execution state of each instruction in pipeline processing.例文帳に追加

ソフトウェアのシミュレーションを実行中のサイクル・アキュレートISSのパイプラインに関する情報を表示可能とし、パイプライン処理における各命令の実行状況を正確に把握するソース・コード・デバッガを提供する。 - 特許庁

The debug tour manager includes a program code enabled to load a debug tour 270 consisting of an ordered set of breakpoints 250, 260 established during a prior debugging session of the source code 240, to apply the breakpoints in the debug tour to the separately loaded source code 240, and to execute the source code, and to invoke the applied breakpoints in an order prescribed by the ordered set within the debugger.例文帳に追加

前記デバッグ・ツアー・マネジャは、ソースコード240の前のデバッギング・セッション中に確立された命令されたセットのブレークポイント250、260からなるデバッグ・ツアー270をロードし、前記デバッグ・ツアー中の前記ブレークポイントを、別個にロードされたソースコード240に適用し、かつ前記ソースコードを実行するとともに前記デバッガ内部の前記命令されたセットにより規定された命令において前記適用されたブレークポイントを呼び出すようにイネーブルされたプログラム・コードを含む。 - 特許庁

例文

The debugger program is for making a computer execute a disassembling procedure of disassembling a machine language corresponding to the source program of a plurality of rows and generating the disassembler code, a display procedure of displaying the source program and the disassembler code corresponding to it, and a marking procedure of marking and displaying a source program row specified at debugging the source program and one or a plurality of disassembler codes corresponding to it.例文帳に追加

複数行のソースプログラムに対応するマシン語を逆アセンブルして逆アセンブラコードを生成する逆アセンブル手順と、ソースプログラム及びそれに対応する逆アセンブラコードを表示する表示手順と、ソースプログラムのデバッグ時に指定されたソースプログラム行及びそれに対応する一又は複数の逆アセンブラコードをマーク表示するマーク手順とをコンピュータに実行させるためのデバッガプログラムが提供される。 - 特許庁

>>例文の一覧を見る

source code debuggerのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS