View Issue Details

IDProjectCategoryView StatusLast Update
0000819XdebugUncategorizedpublic2012-04-27 23:48
Reporternnmatveev Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Target Version2.2.0Fixed in Version2.2.0 
Summary0000819: Xdebug 2.2.0RC2 can't stand on a breakpoint more than 30 seconds
Description

subj

Steps To Reproduce

<?php
phpinfo();//breakpoint here
$a = 1;

  1. Stop at the breakpoint
  2. Wait for a while (more than 30 seconds)
  3. Step Over
TagsNo tags attached.
Operating SystemWindows 7
PHP Version5.3.8

Activities

nnmatveev

2012-04-25 13:06

reporter   ~0002093

Works as expected with Xdebug 2.1.4

nnmatveev

2012-04-25 13:16

reporter   ~0002094

Same problem with Xdebug 2.2.0RC1, but server just crashes

ngaur

2012-04-25 18:35

reporter   ~0002095

The text "Maximum execution time" doesn't appear anywhere in the XDebug code. ie it's unlikley it's an XDebug error.

First thing to look for would be max_execution_time in your phpinfo() output.

nnmatveev

2012-04-25 20:08

reporter   ~0002096

Please look at my first comment - it works as expected in Xdebug 2.1.4 and in any previous version (at least since 2.0.5). It should be possible to stand at a breakpoint as long as user want.

derick

2012-04-26 08:11

administrator   ~0002097

Odd, it seems like I (by accident) remove a line of code to fix this while doing some crazy git merging. I'll put it back in :-)