when using QtCreator
on Windows, I go from the toolbar to Analyze -> Valgrind Memory Analyzer (External)
and it opens up a dialogue where it has a drop-down where I select a kit and 3 fields:
Executable
, Arguments
and Working Directory
.
In Executable I enter the directory of my program's .exe
. However nothing happens, I see a full red loading bar at the bottom right and then nothing happens. I tried without the .exe
extension, I tried different slashes in the directory, but to no avail.
All the instructions I found on internet simply state that I have to input the .exe
in that field. What exactly must I input?
EDIT:
Ok now I realize Valgrind
can't be used on Windows
, however I can also run the project on Linux
. I downloaded the Valgrind packages and I have the binary file in usr/bin
as it should be.
The question remains: What exactly do I enter in Executable:
?
EDIT 2:
Entering the absolute directory doesn't seem to change that it wants some private key. I have the valgrind package and all of its dependencies installed.
EDIT 3:
Here is what I mean:
What do I enter at Executable:
?
Entering the path to my app doesn't change things.