Version 2.0 of Arduino has come out of the testing phase and is finally available for use in production
Among other novelties it includes a function that I consider essential for comfortable and safe development, the Debug function
Allows you to set one or more breakpoints where the program stops and the operator can analyze the variables or change their value
It is possible to advance the code step-by-step allowing to control the functioning with precision and assuring the developer that what is expected is actually what is being performed
It is a function that I consider absolutely fundamental in a work environment that can be defined as 'professional'
As demonstrated by the fact that various tools have been created that include the possibility of step-by-step debugging as an alternative to the Arduino environment
I believe that this feature can greatly increase the community of developers who will use the B4R environment for developing code on embedded devices
Among other novelties it includes a function that I consider essential for comfortable and safe development, the Debug function
Allows you to set one or more breakpoints where the program stops and the operator can analyze the variables or change their value
It is possible to advance the code step-by-step allowing to control the functioning with precision and assuring the developer that what is expected is actually what is being performed
It is a function that I consider absolutely fundamental in a work environment that can be defined as 'professional'
As demonstrated by the fact that various tools have been created that include the possibility of step-by-step debugging as an alternative to the Arduino environment
I believe that this feature can greatly increase the community of developers who will use the B4R environment for developing code on embedded devices