Hi,
I am using node v0.12.0.
my application is working as expected if I start node application as
"node myapp.js" command
but When I try to enable V8 profiling in my app
using
"node --prof myapp.js" (My app coming up properly and ready listen on port 3000)
but I am not getting any request on my app while hitting url from browser.
Does any one face these kind of issue.
Thanks
Prasoon