View Issue Details

IDProjectCategoryView StatusLast Update
0000692XdebugStep Debuggingpublic2020-03-12 16:59
Reporterborrel Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionwon't fix 
Summary0000692: send data to the debugger
Description

it would be nice if i coud do
<?php
xdebug_send_data('starting query',$sql);
?>
and have this data collected in the ide and profiler
having abstract interfaces makes it hard to see the time for example mysql has spend on THIS or THAT query

i was thinking about something like
bool xdebug_send_data($name,$data,$profile = false)
$name: (string)a name /tag to identify data/showing something in profiler
$data: (mixed) some data send to the ide and maybe the profiler
$profile: (bool) if true the data is also send to the profiler

the function sould do nothing if there is no debugging of profiling

TagsNo tags attached.
Operating System
PHP Version5.3.6

Activities

derick

2016-12-09 00:29

administrator   ~0003970

The protocol does not support this, so this can't be added.

Issue History

Date Modified Username Field Change
2011-05-05 14:59 borrel New Issue
2016-12-09 00:29 derick Note Added: 0003970
2016-12-09 00:29 derick Status new => resolved
2016-12-09 00:29 derick Resolution open => won't fix
2016-12-09 00:29 derick Assigned To => derick
2020-03-12 16:55 derick Severity minor => feature
2020-03-12 16:59 derick Category Feature/Change request => Step Debugging