Add docs about inspecting preprocessor/plugin output
Closed this issue · 0 comments
brandonchinn178 commented
Add a note in the README with flags users can use to inspect the output of this tool, namely:
- To inspect the generated
Main
module, build with-keep-tmp-files
, and look in$TMPDIR
for a.hspp
file - To inspect the converted test modules, build with
-ddump-rn -ddump-to-file
and look for.dump-rn
file in.stack-work/