On 28/08/2020 10:20, Ryan Joseph via fpc-devel wrote:
> Boian just today I made a little patch for a bug in the compiler 
> (https://bugs.freepascal.org/view.php?id=37650) and I recorded a short 8 min 
> video showing the process. I'm admittedly pretty terrible at making videos 
> but it may be useful to just see the basics. I'm using VSCode as the 
> editor/debugger and I go into how that works with Pascal but obviously you 
> could do this with Lazarus (I prefer the debugger in VSCode so I use that 
> when I'm doing debugger heavy work).
> 
> https://www.youtube.com/watch?v=eqUCPJYoEAo

Small tip: _the_ place to put your breakpoint in the compiler to catch
syntax errors, internal errors, and basically any other kind of error
that's not a crash/runtime error is verbose.GenerateError


Jonas
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to