Hello bviksoe:
I work on BVRDE already 1 month and i'm satisfied of his existing.
I want tell you Thanks and I have some suggestions:
1. when open previous saved solution will be better to open last opened files from this solution
2. if the breakpoints have been placed on files in solution, they exist next time when this solution is open
3. in time of debugging there is no debug view window (results from running the program)
4. in time of running the debug view window is does not contain full result of runned program
5. when program is started, everytime bvrde make new connection to server (the difference when a developped program is compiled and every time one and the same connection is used for the compilation)
6. on adding new files in the project tree they does not sort until bvrde is restarted
7. when remote files are stored on ftp, it makes sense on the type of ftp server (UNIX/AIX/Linux etc.); "Server Type" may be added as an option
8. when runing dialog add remote files, hi try to connect and show all files in the specified folder, but if this folder contains many files, this dialog appears many times; button for browse remote path may be added, otherwise not browsing and choose a file by typing its name
9. one not important suggestion - multilined tabs for window choise
Best regards
Vladimir Penev
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello bviksoe:
I work on BVRDE already 1 month and i'm satisfied of his existing.
I want tell you Thanks and I have some suggestions:
1. when open previous saved solution will be better to open last opened files from this solution
2. if the breakpoints have been placed on files in solution, they exist next time when this solution is open
3. in time of debugging there is no debug view window (results from running the program)
4. in time of running the debug view window is does not contain full result of runned program
5. when program is started, everytime bvrde make new connection to server (the difference when a developped program is compiled and every time one and the same connection is used for the compilation)
6. on adding new files in the project tree they does not sort until bvrde is restarted
7. when remote files are stored on ftp, it makes sense on the type of ftp server (UNIX/AIX/Linux etc.); "Server Type" may be added as an option
8. when runing dialog add remote files, hi try to connect and show all files in the specified folder, but if this folder contains many files, this dialog appears many times; button for browse remote path may be added, otherwise not browsing and choose a file by typing its name
9. one not important suggestion - multilined tabs for window choise
Best regards
Vladimir Penev
1) Right. But unfortunately the files may be on a slow server so it could take some time to load. It should probably be an option/setting.
3) Should be solved in the latest version. There's a new Console Output view available.
4) What information are you missing? The latest help file explains that using the fflush(stdout) C statement may be needed.
5) Yes. I'm adding this feature. The problem used to be the somewhat unreliable detection of when GDB shuts down.
6) This is sort of the way Developer Studio works and I kind of like it. Makes it easy to find your newly created file.
7) Currently BVRDE have no use for the platform info. It is not needed in the TCP/IP libraries that I use.
8) I'll see if I can toggle the CACHE flag in the WinINET library.
bjarke
The latest version of BVRDE (0.9e) includes:
5) Reuse of session when debugging (GDB only). Setting available in Project properties
8) Use of cache on FTP (only)