Bug #37857
Debug in ajax mode
| Status: | Closed | Start date: | 2012-06-09 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Reinhard Führicht | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Debug don't work properly in ajax mode, there is nothing happens after sending the form.
I think that is because the debug message are placed at the top of the code before <doctype>
History
Updated by Reinhard Führicht 11 months ago
- Status changed from New to Needs Feedback
- Assignee set to Reinhard Führicht
In "ajax mode" there is no page reload. Therefore, as you said, there are no debug message, as it doesn't make sense to put them in the AJAX return code.
This is only the default Debugger (Debugger_Print).
You can use Debugger_DevLog which should work fine with ajax submit.
Updated by Reinhard Führicht 10 months ago
- Status changed from Needs Feedback to Closed