Mon Feb 18, 2008 10:47 am |
Replies: 11 |
Views: 4508 |
|
|
you can turn "stop on the first line after run" off (see debugger settings) and run debugger. It will run both profiler and debugger. If you don't have any breakpoints, it will work exactly ...
|
Mon Feb 18, 2008 10:19 am |
Replies: 11 |
Views: 4508 |
|
|
Debug session turns on only if you run debugger. In other words, it works only together with flag d=1. I did not think that it's that useful to have profiler working for sessions. Nevertheless feel fr ...
|
Mon Feb 18, 2008 9:29 am |
Replies: 11 |
Views: 4508 |
|
|
I did double check the debug session option and it is checked, still c=0 is showing. But when I did manually change the c=1 in the url, all the successive calls have been profiled.
Do you know why t ...
|
Sun Feb 17, 2008 10:18 pm |
Replies: 11 |
Views: 4508 |
|
|
if Debug Session option was checked, DBGSESSID would be with c=1 flag, not with c=0.
BTW: I also have APC installed, do you think this is causing the problem?
sure, it bypassed the profiler.
If yo ...
|
Sun Feb 17, 2008 5:09 pm |
Replies: 11 |
Views: 4508 |
|
|
dmitri: Thanks for the quick response.
The debug session option in the settings window has been checked, but the profiler is not working past the first page. I also selected Run Profiler along with ...
|
Sun Feb 17, 2008 1:57 pm |
Replies: 11 |
Views: 4508 |
|
|
I am trying to profile the Drupal based site that I have installed on my local machine (WAMP). I followed the instructions and created a project and set to use the 3rd party server. When I clicked on ...
|