Issues with arrays in the watch window

PHP Tools [?] extends Visual Studio with set of advanced features to work more efficiently with PHP code.

Issues with arrays in the watch window

Postby codeowl » June 11th, 2013, 12:48 am

Hi there,

I have the following code:

Code: Select all
$i = 5;
$array = array('One','Two','Three','Four','Five','Six','Seven','Eight','Nine','Ten');
echo($array[$i]);


In the watch window, when I put in $array[5] it shows the correct value of 'six', but when I put in $array[$i] it shows the entire array:

Image

When I echo $array[$i] it returns the correct value of 'six' to the browser.
This would seem to be an issue?

Regards,

Scott
codeowl
 
Posts: 51
Joined: February 10th, 2013, 10:05 am

Re: Issues with arrays in the watch window

Postby Miloslav Beno » June 18th, 2013, 1:23 pm

Hi Scott,

Sorry it took me few days to respond, I must have somehow missed this post.

The issue you are explaining happens because one limitation XDebug has. It's kind of low level, but I'll try to explain anyway. It can only return a value for identifier (not an more complex expression) on the given stack.

So it's not able to evaluate expressions for other than top level stack frame. But in VS you can switch your stack frame in call stack window.

If you for example try this in Immidiate window it will evaluate it correctly, because only top level stack is considered there even if you've chosen another stack frame.

However we know about this limitation and we've designed method how to overcome this. It'll be available in one of the future updates.

Thanks,
Miloslav
Miloslav Beno │ DEVSENSE s.r.o. │ @miloslavbenomiloslav@devsense.com
User avatar
Miloslav Beno
 
Posts: 1252
Joined: January 7th, 2012, 8:36 pm

Re: Issues with arrays in the watch window

Postby Miloslav Beno » September 5th, 2013, 5:19 pm

Hi Scott,

this was implemented in the current preview version http://www.devsense.com/products/php-tools/download/preview.

Thanks,
Miloslav Beno │ DEVSENSE s.r.o. │ @miloslavbenomiloslav@devsense.com
User avatar
Miloslav Beno
 
Posts: 1252
Joined: January 7th, 2012, 8:36 pm


Return to PHP Tools

Who is online

Users browsing this forum: No registered users and 154 guests

User Control Panel

Login

Who is online

In total there are 154 users online :: 0 registered, 0 hidden and 154 guests (based on users active over the past 5 minutes)
Most users ever online was 487 on April 27th, 2024, 10:08 am

Users browsing this forum: No registered users and 154 guests