Transformed Code Debugging
Metalama offers step-into debugging of transformed code, with a switch between the source view and the transformed view. Build with the LamaDebug configuration to step through the generated code line by line.
When you build with the LamaDebug configuration, the transformed code is stored under the obj/LamaDebug/metalama directory. This makes it easy to inspect the generated code and set breakpoints directly in it.
Benefits
- Focus on the abstraction level relevant to your current task.
- Works with all IDEs.
- Produces readable, well-formatted code.
- Allows you to set breakpoints in the generated code.