【问题标题】:node tools for visual studio profiling: v8 log file was not saved, no data用于 Visual Studio 分析的节点工具:v8 日志文件未保存,无数据
【发布时间】:2014-11-21 19:34:48
【问题描述】:

我的节点应用程序(大量数据库访问)运行缓慢,所以我想分析可能是什么问题。

我在 VS 2013 中使用 Visual Studio 当前版本(1.0 Beta 3)的节点工具。当通过“分析”->“启动 Node.js 分析”启动时,我收到以下错误并且没有分析结果:

v8 log file was not successfuly saved to:
c:\users\andi\documents\project\v8.log
No profiling data is available.

如何获取分析数据?

【问题讨论】:

    标签: node.js visual-studio-2013 profiling


    【解决方案1】:

    事实证明这并不难,类似于How to debug node.js application with Visual Studio 2013 and Node Tools NTVS。分析选项需要手动设置。

    我想我会看到我将我的应用程序更改为使用 app.js 启动,因为这似乎(现在)与 VS 更兼容。

    【讨论】:

      猜你喜欢
      • 2011-11-29
      • 1970-01-01
      • 1970-01-01
      • 2015-08-16
      • 2017-12-24
      • 2011-06-16
      • 1970-01-01
      • 2016-07-01
      • 2016-03-18
      相关资源
      最近更新 更多