Examples of using Call stack in English and their translations into Spanish
{-}
-
Colloquial
-
Official
By the time we exit a, the call stack is empty.
On the Call Stack pane, enable the Async checkbox.
Anonymous functions make the call stack difficult to read.
Then, a Get-PSCallStack command is used to retrieve the call stack.
Info: Getting call stack information is not trivial.
If the condition is false,displays a message box that shows the call stack.
The Call Stack and Scope sections are only displaying information for the Main thread.
Tip: name functions to improve call stack readability.
In some environments there may be more orfewer functions assigned to the call stack.
It returns a description with the call stack prior to the error execution. Return.
A programming language runtime usually has a call stack.
If needed, this may be stored in the call stack just as the return address is.
Gets a string representation of the immediate frames on the call stack.
A call stack is composed of stack frames also called activation records or activation frames.
To your left there is a column with two tabs, the right being,you guessed it,"Call Stack.
In high-level programming languages,the specifics of the call stack are usually hidden from the programmer.
The Call Frame Information table allows debuggers to locate frames on the call stack.
If you click the event itself you are given a call stack, which pinpoints the place in your JavaScript that is responsible for triggering the style change.
The sampling interval is 0.1 seconds, and samples record the full function call stack.
In terms of the call stack, two mutually recursive procedures yield a stack ABABAB…, and inlining B into A yields the direct recursion(AB)(AB)AB.
View the execution path that brought the code to the current breakpoint:See the Call Stack area.
It is called the call stack because as each function is called, it places the current function information on a stack, literally stacking itself on top of older function references in memory.
In most languages, local variables are automatic variables stored on the call stack directly.
There is usually exactly one call stack associated with a running program(or more accurately, with each task or thread of a process), although additional stacks may be created for signal handling or cooperative multitasking as with setcontext.
In that case, the partial sub-problems leading to the one currently being solved are automatically stored in the procedure call stack.
Pointer to current instance Some object-oriented languages(e.g., C++),store the this pointer along with function arguments in the call stack when invoking methods.
For example, you can step through running code aportion at a time, watch the values of variables over time, and explore the call stack.
A stack register is a computer central processor register whose purpose is to keep track of a call stack.
The prologue will commonly save the return address left in a register by the call instruction by pushing the value onto the call stack.
The stack of such operands, rather like that in an RPN calculator, is called an evaluation stack, andmay occupy space in the call stack.