Thu Feb 02, 2006 11:54 am |
Replies: 3 |
Views: 6559 |
|
 |
The only list with available functions that I could find (on this form) was the following...
debugbreak
outputdebugstring
dbg_get_profiler_results
dbg_get_all_module_names
dbg_get_module_na ...
|
Thu Feb 02, 2006 11:37 am |
Replies: 5 |
Views: 8168 |
|
 |
Ok, my problems are over now thanks a bunch!
For those that only want the profiling information, without the debugging... this is what I did:
1. I downloaded the debug-client set port 9999
l ...
|
Thu Feb 02, 2006 10:43 am |
Replies: 5 |
Views: 8168 |
|
 |
Ok, I have something working, but it's most likely not the way it's supposed to work...
I downloaded the debug client, asked it to listen on the host called 'frayja' on port 9999.
I called the web ...
|
Thu Feb 02, 2006 10:10 am |
Replies: 5 |
Views: 8168 |
|
 |
I understand that in order to view the profiling information, the debugger has to be started...
So, probably a very simple question, but how do I start the debugger? Without actually debugging. I'm ...
|
Thu Feb 02, 2006 8:12 am |
Replies: 5 |
Views: 8168 |
|
 |
Hello,
The call dbg_get_profiler_results( $result ) does not give me the results I was expecting. This is no reference problem because $result is filled with 6 sub-array's but these are all empty.
...
|