【问题标题】:How to debug apex class in Sublime Text 3如何在 Sublime Text 3 中调试 apex 类
【发布时间】:2016-09-23 15:11:09
【问题描述】:

我将 Sublime Text 3 用于 salesforce 项目(顶点类,视觉力页面),我想调试它(不是 System.debug(''); 但使用断点进行调试)。我下载了 Web Inspector Tool,但不确定是否是调试 salesforce 应用程序的正确工具。因为我配置了 swi.sublime-settings 并且在控制台中收到了这个错误:

[WinError 193] %1 non è un'applicazione di Win32 valida

翻译:

[WinError 193] %1 is not a valid Win32 application

你能帮帮我吗? 你知道另一种调试 apex 代码的工具吗?

【问题讨论】:

    标签: debugging salesforce sublimetext3 breakpoints apex-code


    【解决方案1】:

    不幸的是,无法调试 Apex 代码,因为您可以使用 Java 或 C# 代码来调试(使用断点、遍历堆栈等)。您只能分析日志。

    【讨论】:

      猜你喜欢
      • 2015-05-17
      • 1970-01-01
      • 2013-09-05
      • 2015-03-31
      • 2015-08-19
      • 1970-01-01
      • 1970-01-01
      • 2017-04-01
      • 1970-01-01
      相关资源
      最近更新 更多