I added some command line flags to control the output of the parser. By default, it will only list the errors reported along with the source file name and line number. If you run vgp in a terminal window in VsCode, you can <Control + Left Mouse Click> on the filename:Line# to navigate to the source line in the appropriate source file. The new command usage is as follows:
Usage: vgp [options] <valgrind_log_file>
Options:
-v : Enable verbose output
-s : Print source code
-l : Print leak summary
-t : Print stack trace
-h : Show this help message
John Anderson
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.