19.0.0 released Nov 08, 2023 |
vv -e 3
vv -t 5
/var/lib/vv/app_name/vflog/log
/var/log/<web server>
ps -ef|grep app_name.fcgi
sudo gdb /var/lib/vv/bld/app_name/app_name.fcgi
att <PID>
br <request name>
br vely_dispatch_request
error: ‘_vely_statement_must_be_within_code_block_here_1’ undeclared (first use in this function);
if (some condition) exec-program ....
if (some condition) { exec-program .... }