I'm testing some php scripts on linux...
I know if i run php script.php > file.txt
the result is going to be printed to file.txt, but i'm using eclipse pdt to run the scripts
how can i achieve the same behavion with eclipse?
I'm testing some php scripts on linux...
I know if i run php script.php > file.txt
the result is going to be printed to file.txt, but i'm using eclipse pdt to run the scripts
how can i achieve the same behavion with eclipse?
收起
This can be configured in the launch/run configuration:
file.txt
报告相同问题?