View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000622 | Xdebug | Step Debugging | public | 2010-09-27 20:32 | 2020-03-12 17:36 |
Reporter | ericp | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.1.0 | ||||
Summary | 0000622: Working with eval() code is inconvenient and difficult | ||||
Description | Given this code: $text = <<<EOD Stepping into the eval code shows one long line of code, in a separate function foo(\$a1, \$b1) {\n echo("In foo\n");\n return \$a1 = \$b1;\n} When I step into foo(3, 4), xdebug can't get the buffer | ||||
Steps To Reproduce | Create a PHP buffer with the above kind of code in Komodo | ||||
Additional Information | See Komodo bug http://bugs.activestate.com/show_bug.cgi?id=88144 Note that this fix depends on the patch in | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.3 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-09-27 20:32 | ericp | New Issue | |
2011-07-27 21:04 | derick | Note Added: 0001765 | |
2011-07-27 21:04 | derick | Status | new => closed |
2011-07-27 21:04 | derick | Assigned To | => derick |
2011-07-27 21:04 | derick | Resolution | open => fixed |
2020-03-12 16:55 | derick | Severity | minor => feature |
2020-03-12 17:36 | derick | Category | Feature/Change request => Step Debugging |