View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000607 | Xdebug | Step Debugging | public | 2010-08-13 07:42 | 2017-01-03 18:56 |
| Reporter | ishtanzar | Assigned To | |||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Summary | 0000607: Xdebug cannot handle the use of the passthru function | ||||
| Description | I'm debugging a php script step by step that call another script using the passthru function but Xdebug crashes when calling it and the execution of the script is aborded. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.3.3 | ||||
|
|
Please provide:
|
|
|
Steps To Reproduce : parentScript.php: childScript.php: echo "What's up ?\n"; run parentScript.php with Xdebug active. Remote debug log: Log opened at 2010-08-13 09:37:46 <- feature_set -i 2351 -n show_hidden -v 1 <- feature_set -i 2352 -n max_depth -v 3 <- feature_set -i 2353 -n max_children -v 31 <- feature_get -i 2354 -n max_data <- run -i 2355 I cannot get any backtrace, the execution of the script if simply frozen :/ |
|
|
Is this still a problem for you with the latest versions of PHP and Xdebug? |
|
|
I could not reproduce this, and no feedback was given. I'm closing this issue, but feel free to reopen if this happens again. |