diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-it/docs/tdewebdev/kxsldbg/callstack.docbook | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-it/docs/tdewebdev/kxsldbg/callstack.docbook')
-rw-r--r-- | tde-i18n-it/docs/tdewebdev/kxsldbg/callstack.docbook | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/tde-i18n-it/docs/tdewebdev/kxsldbg/callstack.docbook b/tde-i18n-it/docs/tdewebdev/kxsldbg/callstack.docbook new file mode 100644 index 00000000000..7aa67bcd4e4 --- /dev/null +++ b/tde-i18n-it/docs/tdewebdev/kxsldbg/callstack.docbook @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<sect1 id="callstack"> +<sect1info> +<authorgroup> +<author +><firstname +>Keith</firstname +> <surname +>Isdale</surname +> <affiliation +> <address +><email +>k_isdale@tpg.com.au</email +></address> +</affiliation> +</author> +<othercredit role="translator" +><firstname +>Samuele</firstname +><surname +>Kaplun</surname +><affiliation +><address +><email +>kaplun@aliceposta.it</email +></address +></affiliation +><contrib +>Traduzione italiana del Manuale</contrib +></othercredit +> +</authorgroup> +</sect1info> + +<title +>Lavorare con il Callstack</title> + +<para +>Sono qui elencati tutti gli elementi dello stack delle chiamate. Più la voce nello stack delle chiamate è vecchia e più basso è il suo numero di frame. Guarda sotto per un esempio.</para> + +<screenshot> +<screeninfo +>La Finestra del Callstack</screeninfo> +<mediaobject> +<imageobject> +<imagedata fileref="callstack_window.png" format="PNG"/> +</imageobject> +<textobject +><phrase +>La Finestra del Callstack</phrase +></textobject> +</mediaobject> +</screenshot> + +<para +>Facendo clic nella lista visualizzata su di un elemento del callstack sposterà il cursore della finestra principale al file e e alla riga indicata. </para> +</sect1> + |