Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging not working on Visual Studio Codespaces #2

Open
markheydon opened this issue May 1, 2020 · 1 comment
Open

Debugging not working on Visual Studio Codespaces #2

markheydon opened this issue May 1, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@markheydon
Copy link

Due to time constraints wasn't able to also test on a more local setup of VS Code. Clean clone of the widget code into a Codespaces environment ran just fine connected to a live CRM instance using the README.md instructions, but debugging doesn't seem to work even when running 'serve' in Debug mode.

@mikesimps
Copy link
Contributor

I'll be honest, I did all of my debugging inside the browser because the embedded SDK only worked when run in the embedded context of the Zoho page. I'm open to ideas on how to enable it, but it would likely be a workaround at best. We would likely have to implement the server sdk and have it detect if it is embedded or not. That is not ideal to have to maintain two different fetch mechanisms, but it is possible.

@mikesimps mikesimps added the help wanted Extra attention is needed label May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants