View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000618 | Xdebug | Uncategorized | public | 2010-09-23 01:11 | 2011-01-10 22:06 |
Reporter | jasonwyz98 | Assigned To | derick | ||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Product Version | 2.1.0 | ||||
Summary | 0000618: Xdebug does NOT break when the "break point" is set at the method declaration | ||||
Description | Hi Basically Xdebug does NOT break when the "break point" is set at the method declaration. IDE: PhpStorm "http://www.jetbrains.com/phpstorm/" PHP: PHP 5.3.3 by dotdeb.org Xdebug Config: zend_extension="/usr/lib/php5/20090626+lfs/xdebug.so" Thanks | ||||
Steps To Reproduce | namespace Tests; echo PHP_EOL . '' . PHP_EOL; class Test { // break point here => works
} Test::static_method(); $t = new Test(); $t->instance_method(); | ||||
Tags | Doesn't Break, method declaration | ||||
Operating System | Ubuntu 10.04 | ||||
PHP Version | 5.3.3 | ||||
|
PHP doesn't see any code on those lines, so there can not be any breakpoint. However, if you want to break on method calls, the debugging protocol implements that. I don't know whether PHPStorm provides that functionality though.: 1 <?php Finding entry points
|
Date Modified | Username | Field | Change |
---|---|---|---|
2010-09-23 01:11 | jasonwyz98 | New Issue | |
2010-09-23 01:13 | jasonwyz98 | Tag Attached: Doesn't Break | |
2010-09-23 01:13 | jasonwyz98 | Tag Attached: method declaration | |
2011-01-10 22:06 | derick | Note Added: 0001644 | |
2011-01-10 22:06 | derick | Status | new => resolved |
2011-01-10 22:06 | derick | Resolution | open => not fixable |
2011-01-10 22:06 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |