electron 打开调试_在 Windows 中调试

本文介绍了如何在Windows上调试Electron应用,特别是针对非JavaScript问题。使用Visual Studio、Electron的Symbol Server和源代码,可以实现源码级别的调试。文章提到,直接下载的Electron版本高度优化,不利于调试,建议构建Debug版本。同时推荐使用Visual Studio的C++工具和配置Symbol server,以便更清晰地查看变量和执行路径。此外,还提到了SysInternals的ProcMon工具,用于检查进程参数、文件句柄和注册表操作。
摘要由CSDN通过智能技术生成

EN

如果你在 Electron 中遇到问题或者引起崩溃,你认为它不是由你的JavaScript应用程序引起的,而是由 Electron 本身引起的。调试可能有点棘手,特别是对于不习惯 native/C++ 调试的开发人员。 However, using Visual Studio, Electron's hosted Symbol Server, and the Electron source code, you can enable step-through debugging with breakpoints inside Electron's source code.

See also: There's a wealth of information on debugging Chromium, much of which also applies to Electron, on the Chromium developers site: Debugging Chromium on Windows.

EN

If you experience crashes or issues in Electron that you believe are not caused

by your JavaScript application, but instead by Electron itself, debugging can

be a little bit tricky, especially for developers not used to native/C++

debugging. However, using Visual Studio, Electron's hosted Symbol Server,

and the Electron source code, you can enable step-through debugging

with breakpoints inside Electron's source code.

See also: There's a wealth of information on debugging Chromium, much of which also applies to Electron, on the Chromium developers site: Debugging Chromium on Windows.

EN

Electron 的调试版本: 最简单的方法是自己构建它,使用 Windows 的构建说明中列出的工具和先决条件要求。 While you can attach to and debug Electron as you can download it directly, you will find that it is heavily optimized, making debugging substantially more difficu

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值