Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Tue, 04 Dec 2007 22:48:09 +0700]: Andrey Gusev wrote: Have some enrichment of debug output in finddeclarationtool.pas, i don't see results in --debug-log file If you are on windows, just add {$apptype console} to lazarus\ide\include\ide.inc and you'll have

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Mattias Gaertner
On Thu, 06 Dec 2007 14:31:38 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: * Paul Ishenin [EMAIL PROTECTED] [Tue, 04 Dec 2007 22:48:09 +0700]: Andrey Gusev wrote: Have some enrichment of debug output in finddeclarationtool.pas, i don't see results in --debug-log file If you are on

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Thu, 6 Dec 2007 13:02:27 +0100]: Can you add more debugln, to see if TCTDirectoryCache.UpdateListing finds all the files in the directory? Just now, exactly attempt to catch list filling moment (with C:\Works-FContr\Contracts\Apps\Mods directory). I will

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Andrey Gusev [EMAIL PROTECTED] [Thu, 06 Dec 2007 15:22:47 +0300]: * Mattias Gaertner [EMAIL PROTECTED] [Thu, 6 Dec 2007 13:02:27 +0100]: Can you add more debugln, to see if TCTDirectoryCache.UpdateListing finds all the files in the directory? Just now, exactly attempt to catch list filling

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 15:38:10 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: Anyway, at now, codetools still unusable! I already collect all my sources to project, also collect all my support sources to packages (by Mattias Gaertner hints). I also prescript all conceivable paths to all path

[lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
Anyway, at now, codetools still unusable! I already collect all my sources to project, also collect all my support sources to packages (by Mattias Gaertner hints). I also prescript all conceivable paths to all path boxes. Nevertheless, when i press Ctrl+Shift+SpaceBar, i got Error: unit not

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Tue, 4 Dec 2007 14:00:33 +0100]: On Tue, 04 Dec 2007 15:38:10 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: need more technical information about codetools searching process. It starts in function TFindDeclarationTool.FindUnitSource and calls

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Tue, 4 Dec 2007 14:00:33 +0100]: On Tue, 04 Dec 2007 15:38:10 +0300 It starts in function TFindDeclarationTool.FindUnitSource and calls DirectoryCache.FindUnitSourceInCompletePath. If you do not use the 'in' modifier then a normal search takes place.

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Paul Ishenin
Andrey Gusev wrote: Have some enrichment of debug output in finddeclarationtool.pas, i don't see results in --debug-log file. Whereas gdb tracked shows that my DebugLn()s have called. Have DebugLn()'s out whatever additional controls (besides --debug-log parameter) ? With cleaning-recompiling