THE CALL STACK Meaning in Japanese - translations and usage examples

[ðə kɔːl stæk]
[ðə kɔːl stæk]
stack呼び出し
call stack

Examples of using The call stack in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The following data on the call stack is shown:.
コールスタックの次のデータが表示されます。
Inspect the call stack and local variables, create watches, and view threads.
コール・スタックとローカル変数の検査、ウォッチの作成、スレッドの表示が行えます。
Currently there is no way to examine the call stack.
現在のところ呼び出しスタックを検査する方法はありません。
The system will log the call stack and deny double-spend.
システムはコールスタックをログに記録し、二重支払いできないようにします。
Step Out:execute a single step of a program one level higher by the call stack.
ステップアウト:コールスタックによってプログラムの1つのレベルを一段高く実行します。
What is happening is that the call stack is being reverted to a previous state.
起こっていることは、コールスタックが以前の状態に戻っているということです。
The call stack is displayed in the form of a table with the following fields:.
コールスタックはつぎに示す項目を表形式で表示します。
RLIMIT_STACK¶ The maximum size(in bytes) of the call stack for the current process.
RLIMIT_STACK¶現在のプロセスのコールスタックの最大サイズ(バイト単位)です。
To view the call stack: Start the debugger and stop at a breakpoint.
コールスタックを表示する方法:デバッグを開始してブレークポイントで停止します。
In the case of recursion,i.e. if function f appears several times on the call stack, the value of f.
再帰呼び出しの場合、すなわちコールスタックに関数fが複数回現れる場合に、f。
Click the Call Stack tab and note that there is now one frame in the stack..
コール・スタック」タブをクリックし、スタック内にフレームが1つあることを確認します。
Using the View menu, you can examine the call stack, local variables, watch windows, and so on.
Viewメニューを使って、コールスタック、ローカル変数、ウォッチウィンドウなどを見ることができます。
Next to the Call Stack panel on the right hand side, there is a new checkbox for"Async".
右側にある「CallStack」パネルの隣に、「Async」という新しいチェックボックスがあります。
In the integrated development environment, you can use the Call stack display, so incremental linking is not a problem.
統合開発環境ではコールスタック表示を使用できるため、インクリメンタル・リンクは特に必要ありません。
You need to select this option if you want to use profiling points when analyzing memory usage orif you want to record the call stack.
メモリ使用状況の分析時にプロファイリング・ポイントを使用する場合、またはコール・スタックを記録する場合は、このオプションを選択する必要があります。
The left one displays the call stack, while the right one- values of observed expressions:.
左はコールスタックを表示し、右は観測式の値です。
But look at the difference when turning on async stacks: Before The Call Stack panel without async enabled.
しかし、非同期スタックを有効にしたときとの違いを見てください:従来非同期が有効になっていないコールスタックパネル。
The left part displays the call stack and the right one displays the values of observed expressions:.
左側はコールスタックを表示し、右側は式の観察値を表示します。
If you want to view where in the hierarchy of routines your program is currently executing,you can display the Call Stack window in the debugger.
現在プログラムがどのルーチン階層で実行されているかを参照したい場合は、デバッガーで[CallStack(呼び出し履歴)]ウィンドウを表示できます。
In the call stack, select the Fortran routine to display the Fortran code and the variables using the Locals window.
コールスタックで、Fortranルーチンを選択し、[Locals(ローカル)]ウィンドウでFortranコードと変数を表示します。
Any functions that are called by that function are added to the call stack further up, and run where their calls are reached.
その関数から呼び出されたどの関数も、コールスタックのその上に追加され、呼び出し先を実行します。
Returns the depth of the call stack of the current context- the number of calls that have run without being returned from or popped from the call stack.
現在のコンテキストのコールスタックの深さ、つまり呼び出し先から返らないでいるか、コールスタックからポップされた呼び出しの数を返します。
When a script calls a function, the interpreter adds it to the call stack and then starts carrying out the function.
スクリプトが関数を呼び出すとき、インタープリターはそれをコールスタックに追加し、それから関数の実行を始めます。
By solely looking at the Call Stack panel in previous versions of DevTools, a breakpoint within postOnFail() would give you little information about where postOnFail() was being called from.
以前のバージョンのデベロッパーツールでCallStackパネルを見ると、postOnFail()の中のブレークポイントはpostOnFail()がどこから呼ばれたのかについて少しだけしか情報を表示してくれません。
The Wrapper when reloading the configuration file,was trying to access data from the call stack of a function which was actually outside of the memory range of the stack..
Wrapperがコンフィギュレーションファイルをリロード(読み込み)する際に、実際はスタックのメモリ外である機能のコールスタックからデータへアクセスを試みていました。
Scanning down the Call Stack display, there will be a few frames from NTDLL and the Fortran run-time system displayed, and then the actual Fortran routine with the I/O statement that caused the error.
CallStack(呼び出し履歴)の表示を参照すると、NTDLLとFortranランタイムシステムの画面の後に、エラーを引き起こした I/O文を含む実際のFortranルーチンが表示されます。
You should not need the stack dump because you have the Call Stack window in the integrated development environment, but the error message with the file name might be useful to see.
統合開発環境には[CallStack(呼び出し履歴)]ウィンドウがあるため、スタックダンプを行う必要はありませんが、ファイル名を含むエラーメッセージを参照すると役立つでしょう。
The call stack is used to hold the context information of the program execution at each function call, so that it can continue to execute in the current context after the function has finished executing and returning.
コールスタックは、各関数呼び出しでのプログラム実行のコンテキスト情報を保持するために使用されるため、関数が実行と戻りを終了した後も現在のコンテキストで実行を継続できます。
Without the ability to identify issues at the call stack level, we would never have been able to figure out why it was slowing down and speeding up,” said Bassett.
呼び出しスタックのレベルで問題を確認できる機能がなければ、なぜ速度が低下したり向上したりするのかを理解することは決してできませんでした」とBassett氏は語っています。
Results: 29, Time: 0.0434

Word-for-word translation

Top dictionary queries

English - Japanese