Skip to main content
KlausKi
Inspiring
March 10, 2022
解決済み

Cannot launch ESDebugger in VS Code

  • March 10, 2022
  • 返信数 1.
  • 504 ビュー

I installed the Adobe ExtendScript Debugger extension for Visual Studio Code on Windows 10x64.

When I then create a .jsx file and try to debug the file, I get the following exception:

Runtime Error: Error Code# 1302: Element doesn't exist @ file '/d/Documents/Visual%20Studio-Projekte/ExtendScript/test.jsx' [line:1, col:NaN]

    このトピックへの返信は締め切られました。
    解決に役立った回答 erinferinferinf

    You could try the v2 of the Debugger, currently in prerelease. Please note: It's a total rebuild and a very different experience.

     

    I'm a bit concerned about this post, maybe recent VSCode updates have made V1 impractical?

    返信数 1

    erinferinferinf
    Adobe Employee
    Adobe Employee
    March 10, 2022

    You could try the v2 of the Debugger, currently in prerelease. Please note: It's a total rebuild and a very different experience.

     

    I'm a bit concerned about this post, maybe recent VSCode updates have made V1 impractical?

    KlausKi
    KlausKi作成者
    Inspiring
    March 10, 2022

    Thanks, @erinferinferinf , that does the trick!