I understand the difference between remote and local debugging, I was using 
the node-inspector library on the server which allows you to debug the 
server code through a different port. Debugging the server code with 
node-inspect is fine but it is supposed to allow you access to the Profiles 
tab which does not work for me.

I tried to use the library you suggested, I got as far as sending the 
signal to the process and getting "webkit-devtools-agent started on 
127.0.0.1:1337" but when I go to:

http://c4milo.github.com/node-webkit-agent/19.0.1084.46/inspector.html?host=(my 
host):1337&page=0

I get the following page:

<https://lh4.googleusercontent.com/-Os2Wr2qT3X0/T8-KQRFDPvI/AAAAAAAAGYA/5tAM2ZB5KAk/s1600/Screen+Shot+2012-06-06+at+12.49.34+PM.png>


On Wednesday, June 6, 2012 12:16:19 PM UTC-4, Oleg Efimov (Sannis) wrote:
>
> It you app is HTTP server and you open it in browser, than profiling tab 
> in web inspector refers to your page javascript, not server code.
> Use  https://github.com/c4milo/node-webkit-agent if you want to monitor 
> the app.
>
> среда, 6 июня 2012 г., 19:40:05 UTC+4 пользователь marcucio написал:
>>
>> I installed node-inspector and v8-profiler on my server and I am able to 
>> debug the javascript remotely. I am also able to do:
>>
>> var profiler = require('v8-profiler');
>> var snapshot = profiler.takeSnapshot([name])
>>
>> to take a snapshot within the app. The only problem is that I only see 
>> the scripts and counsel table in the inspector, I do not see the profile 
>> tab. I was wondering what might cause this? Is there a problem with 
>> node-inspector finding the v8-profiler?
>>
>> Any help would be appreciated, thanks
>>
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to