-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[electron] Missing content in debug view #3679
Comments
To be clear, I did add a single breakpoint and theia was correctly stopped at it. |
@mark-edgeworth Hi 👋 Can you check please your backend logs? Do you see something like here: #3408 (comment) |
I was able to reproduce it, it does not seem to be related to #3408 |
The fundamental issue that we use runtime features from es5 which are not supported in Node.js version bundled with Electron 1.8.2. I would prefer that we move to the latest stable Electron. @mark-edgeworth Could someone from ARM to have a look at #3693? |
@akosyakov We are keen to bump up the electron version. Let me investigate the work needed. |
@thegecko there can be a bit more work, in addition, to bumping up the electron version :) related to nsfw package @kittaakos should know better |
This should be fixed when the |
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io> Signed-off-by: Bogdan Stolojan <petre.stolojan@arm.com>
When I run the UI in electron and attempt to debug some JS the Variables and Breakpoints sections of the debug pane are empty.
However, when I run the backend (using Launch Backend) and connect using a browser the variables and breakpoints sections of the debug view are filled-in correctly.
Run with master as of this morning.
The text was updated successfully, but these errors were encountered: