In my program files are written to the ...\<project name>\Debug directory. The files should be displayed in a list to let the user pick a file in the list. It works fine when I run the program by clicking on it in the Debug directory but when I step through the program the files in the Debug directory is not listed. Instead the files in the directory above is listed. I have checked the "Executable for debug session" path under Project->Settings and it looks OK.
That is ...\<project name>\Debug\gsdoc_b1.exe.
Is there any other paths I can check? Or any other idea of what is wrong?