Four Js Development Tools Forum

General => Ask Reuben => Topic started by: Reuben B. on March 31, 2023, 12:06:57 am



Title: Ask Reuben 169 - Debugging
Post by: Reuben B. on March 31, 2023, 12:06:57 am
Most Genero developer would hopefully be familiar with the concept of debugging, either via the command line using fglrun -d or using the Graphical Debugger via Genero Studio.
 
The concepts of stepping through line by line, breakpoints, watching a variable, displaying a variable value, stack frames etc. are in both and this should be no surprise, most things Genero Studio does can be done at the command line with the appropriate command.    The fact Studio updates the display of multiple variables can be thought of as executing display or info many times to keep you updated.
 
I’ll assume you know the basics and will list some things you might not be aware of in the debugger, one of which is attaching the debugger to a running program.  if you have not done that before, I would encourage you to try it.

Read more at https://4js.com/ask-reuben/ig-169/