I’m trying to use the visual profiler.
The problem is that my code runs just fine in a terminal but in the profiler it does not.
In my code I open a file to read with “fopen” which gives an error (No such file or directory) in the profiler. The file the I’m opening is there and I tried running the profiler as root.
I can’t understand, hopefully you can.
I’m using the toolkit 3.2 on ubuntu x64.