| 34 | | sven@quad7:~/src/padre/Padre$ ./dev.pl -h |
| 35 | | Usage: ./dev.pl |
| 36 | | -h show this help |
| 37 | | -d run Padre in the command line debugger (-d) |
| 38 | | -p run Padre under -dt:NYTProf |
| 39 | | -a add the path to the lib directory of all the plugins in trunk/ |
| 40 | | --die add DIE handler |
| 41 | | |
| 42 | | LIST OF FILES list of files to open |
| | 34 | $ perl dev -h |
| | 35 | Usage: ./dev |
| | 36 | -h show this help |
| | 37 | -d run Padre in the command line debugger (-d) |
| | 38 | -t write tracing information to .padre/debug.log |
| | 39 | -p profile using Devel::NYTProf |
| | 40 | -a load all plugins in the svn checkout |
| | 41 | --die add DIE handler |
| | 42 | --fulltrace full sourcecode trace to STDERR |