> а сам Лазарус значит работает и все ОК в нем? только в Куд проблема с монитором?
Да, вылет после 6771 begin gtk2proc.inc и F9 (устал от F8 и F7)
Может, ставить отладочную печать?
Смотреть значения переменных? (А как их скопировать?)
Как дальше локализовать неправильность?
> насколько я знаю, такого нет.
Да, в Lazarus этого может не быть, это, скорее в отладчике, надо читать доки:
пример:
How to debug programs in Fortran
https://www.educative.io/answers/how-to ... in-fortran
DBX debugger
Another commonly used debugger is DBX. The DBX debugger is used for the operating system Linux.
Some of the commands in DBX are listed below.
...
trace <line#> trace execution of the linee
trace <proc> trace calls to the procedure
trace <var> trace changes to the variable
Вот еще:
trace debug Lazarus at DuckDuckGo
https://duckduckgo.com/?q=trace+debug+L ... 9-1&ia=web
https://forum.lazarus.freepascal.org › index.php?topic=54388.0
[Solved]
How to trace \ debug a design-time package with Lazarus?
a) check if the debugging of the package in question is possible: for that, open Delphi, and edit the package in design (the one with "usage option" = "design time only" i.e. open the package I would want to debug. Do a rebuild in order to see if everything is correct, if this package compiles, and then if it could be installed.
[Solved] How to trace \ debug a design-time package with Lazarus?
https://forum.lazarus.freepascal.org/in ... ic=54388.0
https://wiki.lazarus.freepascal.org › Lazarus_command_line_options
Lazarus command line options - Lazarus wiki - Free Pascal
28 мая 2022 г.primary config directory where Lazarus stores its config files. Default is /home/USER/.lazarus --secondary-config-path= <path>--scp=<path> secondary config directory where Lazarus searches for config template files. Default is /etc/lazarus ... Turn off
specific GDK trace/debug messages. --display h:s:d:
Lazarus command line options - Lazarus wiki
https://wiki.lazarus.freepascal.org/Laz ... ne_options