[xdebug-dev] Bug 0000200: Add the retrieval of a file's execution lines in DBGp

From: <noreply[@]lists.xdebug.org>
Date: Tue, 31 Jul 2007 23:45:35 +0200

The following bug has been CLOSED
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000200
======================================================================
Reporter: bhofmann
Handler:
======================================================================
Project: Xdebug
Bug ID: 200
Category: Feature/Change request
Reproducibility: N/A
Severity: trivial
Priority: normal
Status: closed
Operating System:
PHP Version: 5.1.2
Xdebug Version: 2.0.0beta6
======================================================================
Date Submitted: 2006-09-22 11:34 CEST
Last Modified: 2007-07-31 23:45 CEST
======================================================================
Summary: Add the retrieval of a file's execution lines in DBGp
Description:
It would be great if the DBGp protocol offered to get a list of line
numbers containing executable code for a given script, allowing an IDE to
display a visual mark on those line to show were breakpoints can be set
for example.
======================================================================

----------------------------------------------------------------------
 derick - 2007-07-31 23:45 CEST
----------------------------------------------------------------------
I added a new un-official method called xcmd_get_executable_lines which
requires the stack depth as argument (-d). You can only fetch this
information for stack frames as it needs an available op-array which is
only available when a function is executed.

*warning*: this function name might change in the future in case it gets
added to the official DBGp specification.

Bug History
Date Modified Username Field Change
======================================================================
2006-09-22 11:34bhofmann New Bug
2006-09-22 11:34bhofmann Bug Monitored: bhofmann
2007-07-31 23:45derick Bugnote Added: 0000711
2007-07-31 23:45derick Status new => closed
======================================================================
Received on Tue Jul 31 2007 - 23:45:42 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST