NuSphere Forums Forum Index
NuSphere Forums


Tue Nov 06, 2007 7:23 pm
Replies: 2
Views: 4231
I want to be able to have everything enabled (classes, functions, includes, etc) and still be able to quicky navigate to what I am looking for. If all the functions are grouped under a functions node ...

Thu Nov 01, 2007 2:52 pm
Replies: 2
Views: 4231
In Code Navigator when the file is expanded, there should be nodes that group all the nodes displayed at this point. It could have all the nodes displayed at the top layer of the of Code Explorer. F ...

Wed Sep 05, 2007 6:22 pm
Replies: 11
Views: 26710
There was still a major bug in the code from that last post. Hopefully I got all the bugs out now.

Tue Sep 04, 2007 8:31 pm
Replies: 11
Views: 26710
Thank you dmitri! There was no reason for me to believe that dbg_get_profiler_results() would only return the data for one module at at time, since it took no module specifying parameters. I guess s ...

Fri Aug 31, 2007 11:10 am
Replies: 11
Views: 26710
What do you think? Is there a bug in my code or in the functions that I am calling? Or maybe the problem is specific to my environment? Can someone else try out the example I posted above and tell ...

Sun Aug 26, 2007 9:08 pm
Replies: 11
Views: 26710
OK, here is a complete code example that will show you what I am talking about. This code is inside of a file named CodeCoverageTest.php
<?php
//class CodeCoverageTest
//{
function Execu ...

Sun Aug 26, 2007 7:26 pm
Replies: 11
Views: 26710
The same problem occurs with the code that dmitri posted. What is interesting is that the profiler tab that opens up seems to be accurate. It is not reporting the same missed lines as being hit. Ar ...

Sun Aug 26, 2007 7:07 pm
Replies: 11
Views: 26710
From the code I posted before, right after this:
dbg_get_all_source_lines($mod_no, $lines);
$line_numbers = $lines['line_no'];
$profdata ...

Mon Aug 20, 2007 7:10 pm
Replies: 11
Views: 26710
Thank you! That provides me with all the data that I need to create custom reports! I wrote a function that only displays the lines that got executed 0 times, but for some reason it sometimes does n ...

Sun Aug 12, 2007 4:25 pm
Replies: 14
Views: 8887
Something strange. I decided to purchase the full version of PhpEd. I installed it over the trial version installation. Then, the debugger started working when using the hostname in the url instead ...

Thu Aug 09, 2007 8:02 pm
Replies: 3
Views: 5931
I also vote for this feature! There are a lot of apps that work like this, and once I got used to it, I began to prefer it very much, and it always bugs me when I am using a program that does not wor ...

Thu Aug 09, 2007 7:53 pm
Replies: 11
Views: 26710
It would be really useful for me if PhpEd included a code coverage tool for use with my unit tests. I use SimpleTest for unit tests, and, fortunately, there is no need for this to be integrated into ...
Page 1 of 2
All times are GMT - 5 Hours