Debugging Initialization and Finalization sections

Author: Malcolm Groves. Link to original: http://www.malcolmgroves.com/blog/?p=649 (English).
Tags: debug, debugging, delphi2010, finalization, initialization, отладка Submitted by r3code 31.03.2011. Public material.
Статья об отладке Delphi приложений в секциях кода initialization и finalization

Translations of this material:

into Russian: Отладка секций Initialization и Finalization. 4% translated in draft.
Submitted for translation by r3code 31.03.2011

Text

<img src="http://www.malcolmgroves.com/blog/wp-content/uploads/2010/07/initfinaldebug-large-thumb1.jpg" align="left" />There was a discussion on the <a href="http://www.adug.org.au/">ADUG</a> list recently about Initialization sections. During the discussion I mentioned a technique for stepping through all the Initialization and Finalization sections in your project.

Afterward, I got a few emails from people saying they had not heard of it before, so I thought I’d do up a short video to show how it works.

<object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/SOTAm1hivRg&hl=en_US&feature=player_embedded&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/SOTAm1hivRg&hl=en_US&feature=player_embedded&version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></embed></object>