Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCaptured Folder missing from infer-out #1243
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please make sure your issue is not addressed in the FAQ.
Please include the following information:
In the documentation is mentioned that when there is a run, a folder named captured is created in infer-out containing the intermediate representation of the files that were analyzed. However when I run Infer that does not happen. When I run Infer with the flag '-debug' the folder is created but with different information from the one I require and that is specified in the documentation. Is this an error in the documentation or an actual issue?
Thank you for the attention.