This one is for build macros but would appreciate answer for other macro types as well.
I'd like to step-through the generated code by @:autoBuild(hxparse.ParserBuilderImpl.build()), eval debugger doesn't seem to work for this case. Even more specifically, I'd like to see which part of the code causes (WUnusedPattern) This case is unused but would prefer more generic answer.
If you're using VSCode, you can add this to your
launch.jsonthen add a breakpoint, and start the debugging session.