-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.5.0-beta
-
Windows
-
e19620ddd5d2f7de5283f5ac78e9014e91fdf78e
- Open a project.
- In run settings, add an output redirection by typing the arguments:
> file.txt
- Run this in gdb.
The debugger will not start but warn that debugging "complex command lines" is not supported.
Although it would be nice to see this supported, this is okay so far.
Now run the same in cdb. There will be no warning, the debugger will start but the redirection will not work.
At least, the warning should be shown.