Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to debug Adobe Panel

Community Beginner ,
Mar 22, 2023 Mar 22, 2023

I'm following the documentation here: 
https://github.com/Adobe-CEP/Getting-Started-guides/tree/master/Client-side%20Debugging#getting-a-bl...

 

I'm able to launch the panel just fine and it works as expected but I'm not sure what steps I'd have to take to get the debugger in chrome to pick up the panel activity.  The doc I listed makes it almost sound like a local server is supposed to be hosting these files at localhost:8088 but that's not the case.  

 

I feel like I'm missing something simple but I'm not sure what it is.  Any feedback would be appreciated, thank you.  

 

 

TOPICS
Error or problem , SDK
1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 23, 2023 Mar 23, 2023

Those instructions should help you debug the JavaScript portion of your panel, but not the ExtendScript portions. 🙂

The ExtendScript Debugger for Microsoft Visual Studio Code is the best way to do that: 

https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug

Give that a try, and feel free to ask further questions. 

Translate
Adobe Employee ,
Mar 23, 2023 Mar 23, 2023
LATEST

Those instructions should help you debug the JavaScript portion of your panel, but not the ExtendScript portions. 🙂

The ExtendScript Debugger for Microsoft Visual Studio Code is the best way to do that: 

https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug

Give that a try, and feel free to ask further questions. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines