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

Javascript debugging #71

Open
ncpunt opened this issue Oct 25, 2021 · 3 comments
Open

Javascript debugging #71

ncpunt opened this issue Oct 25, 2021 · 3 comments
Labels
All OS enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@ncpunt
Copy link

ncpunt commented Oct 25, 2021

I decided to use Photino for a real (but small) project. So far everything is going smoothly. I have one question regarding JavaScript debugging. I know that F12 brings up the Edge Dev Tools where I can inspect variables and set breakpoints. That is great. But is it possible to debug JavaScript using the Visual Studio debugger? What would be needed to make that work?

@MikeYeager MikeYeager added question Further information is requested Windows help wanted Extra attention is needed labels Nov 11, 2021
@MikeYeager
Copy link
Collaborator

Good question. We honestly don't know. If anyone in the community is familiar with this, we'd appreciate an assist.

@Eonasdan
Copy link

I think normally VS does this by injecting a socket script (much like webpack HMR). You could build a small JS app outside of Photino, debug with VS and look for how it attaches. What does the VS debugger offer that the Chromium tools don't?

@ncpunt
Copy link
Author

ncpunt commented Dec 15, 2021

In terms of functionality Chromium tools offers everything I need. But we are debugging C# and JS code simultaneously so it would be nice if you can use one debugger with identical look and feel for both languages instead of two different debuggers.

@MikeYeager MikeYeager added enhancement New feature or request All OS and removed Windows labels Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
All OS enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants