You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Rusty CLI : Add a flag to build build for "Debug", this activates the debug functionally
If buildi for debug, add appropriate LLVM/Dwarf information to the generated code so that a debugger can know which lines it can stop on.
The text was updated successfully, but these errors were encountered:
ghaith
changed the title
Support setting breakpoints on different lines in code.
Debug - Support setting breakpoints on different lines in code.
Aug 8, 2022
* #534 debug locations
* Add tests, add debug only on calls and assignments
* Add support for debug variables
Local variables and parameters are now supported
* Adjust line information for function start
* Fix line number and variables for POUs
Co-authored-by: Ghaith Hachem <ghaith.hachem@gmail.com>
Co-authored-by: Ghaith Hachem <ghaith.hachem@bachmann.info>
On the Rusty CLI : Add a flag to build build for "Debug", this activates the debug functionally
If buildi for debug, add appropriate LLVM/Dwarf information to the generated code so that a debugger can know which lines it can stop on.
The text was updated successfully, but these errors were encountered: