欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

Ecplise + Xdebug可以实现单步调试,但是不知道哪里没有设定,还是什么跳步进函数里面,快捷键F5

程序员文章站 2022-06-05 23:10:01
...

Ecplise + Xdebug可以实现单步调试,但是不知道哪里没有设定,还是什么跳步进函数里面,快捷键F5
$total_sale= get_sale_total($year, $month, $day);

$total_cardsale= get_cardsale_total($year, $month, $day);    
$total_served_cust = 0; //get_served_total($year, $month, $day);
$total_new_cust = get_new_customer_total($year, $month, $day);
$total_new_paidcust = get_new_paid_customer_total($year, $month, $day);

在线等

回复内容:

Ecplise + Xdebug可以实现单步调试,但是不知道哪里没有设定,还是什么跳步进函数里面,快捷键F5
$total_sale= get_sale_total($year, $month, $day);

$total_cardsale= get_cardsale_total($year, $month, $day);    
$total_served_cust = 0; //get_served_total($year, $month, $day);
$total_new_cust = get_new_customer_total($year, $month, $day);
$total_new_paidcust = get_new_paid_customer_total($year, $month, $day);

在线等

调试最好的 还是phpstrom啊
感觉比ecplise 好用

Ecplise + Xdebug可以实现单步调试,但是不知道哪里没有设定,还是什么跳步进函数里面,快捷键F5

相关标签: php