This is because the call stack of an error may contain sensitive information.
Dzieje się tak, ponieważ stos wywołań może zawierać ważne informacje.
In programming, the call stack stores information about active routines.
W programowaniu stos wywołań przechowuje informacje o aktywnych procedurach.
Each function activation adds a new layer to the call stack.
Debugging often reveals that infinite recursion caused the function to exceed its maximum call stack.
Debugowanie często ujawnia, że nieskończone wywołania rekurencyjne spowodowały przekroczenie maksymalnego stosu wywołań funkcji.
Errors in the code can affect the call stack organization.
Optimizing the call stack can lead to faster program performance.
Optymalizacja stosu wywołań może prowadzić do szybszego działania programu.
Profiling tools can display the state of the call stack.
Narzędzia profilujące mogą wyświetlać stan stosu wywołań.
Each language has its own implementation of the call stack.
Każdy język programowania ma własną implementację stosu wywołań.
Developers must be cautious of overflows in the call stack.
Programiści muszą uważać na przepełnienie stosu wywołań.
A busy call stack indicates many functions running simultaneously.
Zajęty stos wywołań wskazuje na jednoczesne działanie wielu funkcji.
Displays all methods in the call stack.
Wyświetla wszystkie metody w stos wywołań.
In the latter case, complete call stack as well as the error line information will be displayed.
W ostatnim przypadku, kompletny stos wywołań, jak również linia wystąpienia błędu zostaną wyświetlone.
Exceptions are used not only to store information about such issues but also to propagate that information in object-instance form through a call stack.
Wyjątki są używane nie tylko do przechowywania informacji dotyczących takich kwestii, ale również do przekazywania tych informacji w postaci wystąpienia obiektu w obrębie stosu wywołań.