Lazarus Tutorial #11 - Using the debugger

preview_player
Показать описание
The debugger is a fundamental and really important tool. In this video we will use it to find problems and to better understand the behaviour of our application. In the end of this video series you should be able to develop your own applications for Windows, Linux and Mac. Moreover you should have understood the concept of programming and the necessary knowledge to continue your journey.
Рекомендации по теме
Комментарии
Автор

One of the best tutorials on debugging workflow for Lazarus I seen. Thanks.

thierrybo
Автор

Hello Miguel, thanks for your tutorials. Regarding this tutorial, is it possible that i don't have the 'release' option in the build mode? i only have 'default'. I use Lazarus version 2.0.12 on linux.

germona
Автор

good night programmers,
in lazarus would it be possible to pass a procedure as a parameter of a function?
type:
function WaitProcess(procedure:Tproc){
begin
//blocoinicial
procedure
//blocofinal
end;
}

samukagtod
welcome to shbcf.ru