Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我通过 javascript 在浏览器中调用我的小程序的某个函数时,我得到一个异常。但是,我不想在该小程序在浏览器中运行时对其进行调试,我想通过 Debug as... 在 Eclipse 中启动它,然后以某种方式远程调用该函数。那可能吗?如果是这样,怎么做?
或者,在使用 FEST 框架编写测试用例时,我可以通过框架或任何其他方式调用该函数吗?
不。我认为可以从 Eclipse 远程调用在 Eclipse 中运行的小程序。由于这似乎是不可能的,我必须获取堆栈跟踪,甚至远程调试在浏览器中运行的小程序。