Groups | Search | Server Info | Login | Register
Groups > comp.lang.pascal.misc > #2810
| From | Rolf Buenning <buenning@gmx.de> |
|---|---|
| Newsgroups | comp.lang.pascal.misc |
| Subject | Re: Do'nt know |
| Date | 2025-08-22 06:07 +0000 |
| Message-ID | <mgqfprFte4rU1@mid.individual.net> (permalink) |
| References | <mgoe8bFj0oiU1@mid.individual.net> <XnsB3428B712EF0Ehueydlltampabayrrcom@157.180.91.226> |
On Thu, 21 Aug 2025 17:42:30 -0000 (UTC), David LaRue <huey.dll@tampabay.rr.com> tippte: > Rolf Buenning <buenning@gmx.de> wrote in news:mgoe8bFj0oiU1 > @mid.individual.net: > >> >> Hi, >> >> Sorry, if I make mistakes in this english. >> >> I try to make a application in free-pacal, ide is lazarus. >> All things looked good up to yesterday or so. >> >> The application has few units and forms, which will be started from >> a main-form via button-click event with form.showmodal. >> >> Now if I start the application, it jumps right into the middle of >> the application whithout all steps before whithout main-form etc. >> >> How can I find the mistake. >> >> I would be happy about answers. >> > > Unless you have a serious number of procedures the easiest method to figure > this out without a debugger is to log to the console or a "log file" and > set up 'log entries' along the path you expect plus along the path to the > procedure that was unexpected. While doing this step you might find your > answer in an unexpected call to the offending procedure. > > Run the application once. Then examine the output log (screen or log file) > to find the procdure that was called unexpectedly. You can also pipe the > output to a log file on most operating systems; it just takes more typing > when starting the application. > > Modify the log entries as needed to fine tune the results. > > Some compilers have a compile switch that will do this for you > automatically. Thanks, I will try that and tell later about it. -- Gruss Rolf
Back to comp.lang.pascal.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-08-21 11:29 +0000
Re: Do'nt know David LaRue <huey.dll@tampabay.rr.com> - 2025-08-21 17:42 +0000
Re: Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-08-22 06:07 +0000
Re: Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-08-24 11:25 +0000
Re: Do'nt know David LaRue <huey.dll@tampabay.rr.com> - 2025-08-24 15:51 +0000
Re: Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-08-25 07:01 +0000
Re: Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-09-01 14:28 +0000
Re: Do'nt know David LaRue <huey.dll@tampabay.rr.com> - 2025-09-02 09:53 +0000
Re: Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-09-03 13:59 +0000
Re: Do'nt know David LaRue <huey.dll@tampabay.rr.com> - 2025-09-03 15:18 +0000
Re: Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-09-03 16:04 +0000
Re: Do'nt know David LaRue <huey.dll@tampabay.rr.com> - 2025-09-03 17:20 +0000
Re: Do'nt know Rolf Buenning <buenning@gmx.de> - 2025-09-04 14:10 +0000
Re: Do'nt know David LaRue <huey.dll@tampabay.rr.com> - 2025-09-05 01:16 +0000
Re: Do'nt know John Kruiniger <jk@free.net.nz> - 2025-10-19 18:20 +1300
csiph-web