Open lucianap1111 opened 2 weeks ago
@lucianap1111
zAppBuild already contains the capability to create the necessary EQALANGX file on Assembler processing, based on the debug flag.
It got released with zAppBuild 3.2.0
Can you elaborate what is missing here?
For complex Assembler programs, debugging offers insights into each step of the build and link process, helping developers understand how code transformations are applied, what dependencies are resolved, and any potential configuration issues in DBB.
With debug logs, developers can more quickly pinpoint issues without needing to comb through extensive logs or guess based on error messages alone. This can significantly speed up the debugging process, especially with low-level language issues that may be hard to spot.