-
QuestionIt seems like after https://github.com/eclipse-theia/theia/pull/16537, the instructionBreakpoint and functionBreakpoint would always be unbounded (greyed out). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @Roger-Gu, thanks for starting this discussion! 👋 The Theia community will take a look soon. In the meantime, you might find helpful information in: 💙 Eclipse Theia is built and maintained by a community of contributors and sponsors. If Theia is valuable to your work, consider sponsoring the project. For professional support, training, or consulting services, learn more about available options. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the question, @Roger-Gu! You're right that this was an issue after #16537. As Eugen also noted here, this has been addressed in #17083, which reworked the breakpoint architecture so that session data is stored directly on the breakpoint objects, removing the need to pass the session. A new Theia IDE version preview is expected today or early next week at the latest. I can ping you once the new preview is available, and we can then verify if this is resolved. |
Beta Was this translation helpful? Give feedback.
Thank you for the question, @Roger-Gu!
You're right that this was an issue after #16537. As Eugen also noted here, this has been addressed in #17083, which reworked the breakpoint architecture so that session data is stored directly on the breakpoint objects, removing the need to pass the session.
A new Theia IDE version preview is expected today or early next week at the latest. I can ping you once the new preview is available, and we can then verify if this is resolved.