Community
Participate
Working Groups
Using the ExampleProject, debug as PHP script DebugDemo.php file. Using "Step Into" (F5) go through the file and observe the Debug view. While I am inside display_workers() function, the Debug view is showing that I am somewhere in the file (not in function: /ExampleProject/DebugDemo.php at line 49 When i step into row_color() function, the Debug view is showing: display_workers(): /ExampleProject/DebugDemo.php at line 26 But in this time, the line for the function call - 51, becomes correct: display_workers(): /ExampleProject/DebugDemo.php at line 51
Created attachment 197751 [details] patch
applied the patch,thanks!
Verified.