Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Stack_trace> ?p ?o. }
Showing items 1 to 18 of
18
with 100 items per page.
- Stack_trace abstract "In computing, a stack trace (also called stack backtrace or stack traceback) is a report of the active stack frames at a certain point in time during the execution of a program.Programmers commonly use stack tracing during interactive and post-mortem debugging. End-users may see a stack trace displayed as part of an error message, which the user can then report to a programmer.A stack trace allows tracking the sequence of nested functions called - up to the point where the stack trace is generated. In a post-mortem scenario this extends up to the function where the failure occurred (but was not necessarily caused). Sibling function calls do not appear in a stack trace.As an example, the following Python program contains an error.Running the program under the standard Python interpreter produces the following error message.Traceback (most recent call last): File "tb.py", line 10, in <module> a File "tb.py", line 2, in a b File "tb.py", line 5, in b c File "tb.py", line 8, in c errorNameError: global name 'error' is not definedThe stack trace shows where the error occurs, namely in the c function. It also shows that the c function was called by b, which was called by a, which was in turn called by the code on line 10 (the last line) of the program.".
- Stack_trace wikiPageExternalLink stacktrace.sourceforge.net.
- Stack_trace wikiPageID "656411".
- Stack_trace wikiPageRevisionID "605131434".
- Stack_trace auto "yes".
- Stack_trace date "December 2009".
- Stack_trace hasPhotoCollection Stack_trace.
- Stack_trace subject Category:Debugging.
- Stack_trace comment "In computing, a stack trace (also called stack backtrace or stack traceback) is a report of the active stack frames at a certain point in time during the execution of a program.Programmers commonly use stack tracing during interactive and post-mortem debugging.".
- Stack_trace label "Stack trace".
- Stack_trace label "Stacktrace".
- Stack_trace sameAs Stacktrace.
- Stack_trace sameAs Stack_trace.
- Stack_trace sameAs m.03057q.
- Stack_trace sameAs Q1554400.
- Stack_trace sameAs Q1554400.
- Stack_trace wasDerivedFrom Stack_trace?oldid=605131434.
- Stack_trace isPrimaryTopicOf Stack_trace.