Translation of call stack from English into Dutch
Noun
computer memory
- The program crashed due to a call stack overflow.Het programma crashte door een aanroepstack-overflow.
Synonyms and analogies of call stack in English
Examples of call stack in a sentence
A deep call stack can slow down performance.
Translations of "call stack" in Context ordered by category and frequency
As noted above, the primary purpose of a call stack is to store the return addresses.
De call stack van een programma wordt bijgehouden door het programma zelf.
A call stack is composed of stack frames (also called activation records or activation frames).
De call stack (of kortweg stack) bestaat uit activation frames (ook wel activation records of stack frames genoemd) van wisselende grootte.
Display and examine scripts in the call stack
Scripts in de aanroepstack weergeven en onderzoeken
In the Debug Console panel, double click the name of the script in the call stack.
Dubbelklik in de Foutopsporingsconsole op de naam van het script in de aanroepstack.
call stack: Examples and translations in context
The return address is saved, usually on the process's call stack, as part of the operation of making the subroutine call.
Het returnadres wordt meestal op de call stack van het proces opgeslagen, dit als onderdeel van de operatie die de subroutine aanroept.
Using the production debugger you can capture the local variables and call stack and link it back to a specific line location in your source code.
Met de foutopsporingstool voor productie kunt u de lokale variabelen en de aanroepstack vastleggen en herleiden tot een specifieke regellocatie in uw broncode.
The demand causes the CLR to perform a call stack walk: every assembly of each method in the call stack is checked for the required permission; if any assembly is not granted the permission a security exception is thrown.
De vraag zorgt ervoor dat de CLR een call stack walk uit zal voeren: elke assembly van elke methode in de call stack is gecontroleerd op de vereiste toestemming, als de assembly geen toestemming heeft dan wordt er een beveiliginguitzondering uitgevoerd.