View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000635 | Xdebug | Uncategorized | public | 2010-11-02 10:42 | 2011-01-02 23:39 |
| Reporter | akkie | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.1.0 | ||||
| Summary | 0000635: Browser output broken with xdebug.show_exception_trace = 1 | ||||
| Description | When enabling xdebug.show_exception_trace then the output from the stack trace will not be displayed in the default table. Instead unformatted output will be sent to the browser. | ||||
| Steps To Reproduce | <?php try { } throw new Exception('Uncaught exception'); | ||||
| Additional Information | <tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Exception: Caught exception in /var/www/htdocs/xdebug.php on line 4</th></tr> <tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Exception: Uncaught exception in /var/www/htdocs/xdebug.php on line 9</th></tr>
<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0001</td><td bgcolor='#eeeeec' align='right'>636136</td><td bgcolor='#eeeeec'>{main}( )</td><td title='/var/www/htdocs/xdebug.php' bgcolor='#eeeeec'>../xdebug.php:0</td></tr> | ||||
| Tags | No tags attached. | ||||
| Operating System | Gentoo Linux | ||||
| PHP Version | 5.3.3 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-11-02 10:42 | akkie | New Issue | |
| 2010-11-20 22:56 | antoniocs | Note Added: 0001614 | |
| 2011-01-02 23:39 | derick | Note Added: 0001627 | |
| 2011-01-02 23:39 | derick | Status | new => resolved |
| 2011-01-02 23:39 | derick | Resolution | open => fixed |
| 2011-01-02 23:39 | 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 |