Sometimes when running application under Delphi 2009 debugger, as soon as I do anything with the application form (click, move..) Delphi starts to flood Event Log with following messages (similar):
Module Load: UNKNOWN_MODULE_59954.No DebugInfo. Base Address: $02D90000. Process MyApp.exe (5584)
Module Unload: UNKNOWN_MODULE_59954. Process MyApp.exe (5584)
Number of UNKNOWN_MODULE increases for each cycle, so at example there have been almost 60000 module load/unloads.
Application remains unresponsive during this flood. Sometimes I have to just terminate the application to be able to continue.
Any idea how to start tracking the cause of this?

UNKNOWN_MODULE_59954is. Look for it on your computer. – David Heffernan Oct 11 '12 at 9:530x02D90000, i.e. it's the base address. – David Heffernan Oct 11 '12 at 13:09