there is a situation where demo.php try to call dest.php through pest' get method. when i start to xdebug demo.php( there is a breakpoint in it), it hangs at that point, but if have set a breakpoint at dest.php, it dont hangs at that point.
this is because neither XDEBUG_SESSION_START parameter nor XDEBUG_SESSION cookie is sent to dest.php.
please add an optional headers parameter to get and delete method, just like post and put.