Télécharger pour Windows Premium
Publicité
call stack
/kɔl stæk/
Définition
memory structure holding details of active function calls  ... Voir plus
stack de apeluri
stivă de apeluri
Call Stack
When Jest executes the test that contains the debugger statement, execution will pause and you can examine the current scope and call stack.
Când Jest execută testul care conţine declaraţia debugger, execuția se va opri şi puteţi examina stiva de apeluri şi scope-ul curent.
After this moment, each time a method is called, it will be placed on the call stack.
Dupa acest moment, de fiecare data cand se apeleaza o metoda, acesta va fi plasata pe stiva de apeluri (call stack).
For the previous example, the call stack has the maximum size when it is called the set Name method from the Student constructor.
Pentru exemplul anterior, call stack-ul are dimensiunea maxima atunci cand se apeleaza metoda setName din interiorul constructorului clasei Student.
And if you were caught, why didn't you just call Stack?
Când ai fost prinsă, de ce nu l-ai sunat pe Stack?
All those calls are displayed in the Call Stack, and you may or may not be interested in them.
Toate apelurile respective sunt afișate în Call Stack și este posibil să nu fiți interesați de acestea.
At the same time, we will see the Call Stack following the same path, eliminating the calls one by one, as they end.
În același timp, vom vedea Call Stack urmând aceeași cale, eliminând apelurile unul câte unul, pe măsură ce acestea se termină.
In other words, the Call Stack keeps a record of all the method calls we are doing in our program, by adding them when they are called and removing them when the calls end.
Cu alte cuvinte, Call Stack păstrează o evidență a tuturor apelurilor de metode pe care le facem în programul nostru, adăugându-le atunci când sunt apelate și eliminându-le atunci când se termină.
Yet another useful feature of the Call Stack, aside of the fact that we can see the whole path followed by our program's calls, is that we can double click on one of the rows, which will revert the execution to that particular call.
O altă caracteristică utilă a Call Stack, pe lângă faptul că putem vedea întreaga cale urmată de apelurile făcute în programul nostru, este că putem efectua dublu clic pe unul din rânduri, ceea ce va face execuția să revină la apelului respectiv.
Also, sometimes you will see rows in the Call Stack that read as [external code].
De asemenea, uneori veți vedea rânduri în Call Stack în genul [cod extern] ([external code]).
Sometimes, specially in GUI programs, and specially when you will use external libraries (we will learn about adding library references in the future), you will notice that the Call Stack will contain a lot of calls that you didn't make personally.
Uneori, în programele GUI și mai ales atunci când veți folosi biblioteci externe (vom afla despre adăugarea referințelor de librarii în viitor), veți observa că Call Stack va conține o mulțime de apeluri pe care nu le-ați făcut personal.
If you can't find it, it can be displayed by going to the Debug menu, Windows submenu and choosing Call Stack
Dacă nu îl găsi, acesta poate fi afișat accesând meniul Debug, submeniul Windows și selectând Call Stack
Now, when we are at the end of MethodThree(), let's take a look at the Call Stack again
Acum, când suntem la sfârșitul metodei ATreiaMetoda(), să aruncăm din nou o privire la Call Stack
Aucun résultat pour cette recherche.

Synonymes et analogies de "call stack" en anglais

Le mot et l’expression du jour
L’image du jour
coin purse: small bag for carrying coins
Découvrir le mot
Publicité

Résultats: 12. Exacts: 12. Temps écoulé: 17 ms.