| Summary: | Stackframe with class/function name | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Toshihiro Izumi <euthanasia_waltz> |
| Component: | PDT | Assignee: | Shalom Gibly <shalom> |
| Status: | CLOSED FIXED | QA Contact: | Yossi Luson <yossi.l> |
| Severity: | enhancement | ||
| Priority: | P1 | Keywords: | plan |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Done. The debug stack node format is now as follows: [function name] fileName at line # where the function name is optional, and appears only when the scope is not the global scope. closed by Yosi.l |
Currently stackframe in Debug View shows file name and line number. For example... >test.php (suspended at line breakpoint) > File test.php at line 14 > File test.php at line 13 > File test.php at line 23 line 14 = current line line 13 = callee function line 23 = caller If class/function name will be shown, it is appreciated.