Jump to content

Translations:Calligra/Download/68/da: Difference between revisions

From KDE UserBase Wiki
Claus chr (talk | contribs)
Created page with "Når et program kompileres med et særligt tilvalg til at danne fejlsøgningssymboler (compilertilvalget -g), så gemmes ekstra information i programfilen. Denne information b..."
 
(No difference)

Latest revision as of 18:42, 24 August 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Calligra/Download)
When a program is compiled with special switches to generate debugging symbols (the -g compiler switch) extra information is stored in the program file. This information can be used to generate a stack trace that contains much more information, such as the exact line number of the source file where things went wrong. Without this information it is very hard to figure out what went wrong by looking at the stack trace.

Når et program kompileres med et særligt tilvalg til at danne fejlsøgningssymboler (compilertilvalget -g), så gemmes ekstra information i programfilen. Denne information bruges til at lave et stacktrace, som indeholder meget mere information, så som det præcise linjenummer i kildekoden, hvor noget gik galt. Uden denne information er det meget svært at finde ud af, hvad der gik galt ved at se på stacktracet.