trichview.support
Re: Indy & TRichViewEdit for getting data from the internet |
Author |
Message |
Pieter E. |
Posted: 02/18/2005 14:46:54 Dear Sergey, I still can't get it work... :( Could you give me another hint? Thanks. Pieter E. "Sergey Tkachenko" <svt@trichview.com> wrote: >First, compile your application with debug info. >Delphi's menu Project | Options, tab Compiler, uncheck "Optimization", check >"Stack Frames", check checkboxes in "Debugging". >Then rebuild the project (menu Project | Build <project name>). >Open RichViewActions.pas, find the line RVA_IdHttp.Get(Location, Stream);, >move the caret to this line. >Press F5. A breakpoint will be added (this line will be colored, usually in >red). >Now, if this line will be executed, Delphi will stop (on this breakpoint) >before executing this line. >You can use it to determine if this line executed or not. > > >> >> Dear Sergey, >> >> I don't understand what I should do... >> >> What is a breakpoint?? >> >> Could you help me out? >> >> Thanks. >> >> Pieter E. >> > > |
Powered by ABC Amber Outlook Express Converter