eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
4 stars 10 forks source link

An internal error occurred during: "DSF Source Lookup" #209

Closed BenthamSoftwareServices closed 1 month ago

BenthamSoftwareServices commented 1 month ago

Message windows appears = An internal error occurred during: "DSF Source Lookup"

Error occurs when Launching any ESP-IDF project in Debug mode.

Eclipse IDE for Embedded C/C++ Developers (includes Incubating components) Version: 2024-03 (4.31.0) Build id: 20240307-1437 OS: Windows 11, v.10.0, x86_64 / win32 Java vendor: Eclipse Adoptium Java runtime version: 17.0.11+9 Java version: 17.0.11

Using ESP-IDF v5.2.1

error.log

OKing the error message Window closes it and appears to have no effect on normal debugging operation. I would like to fix the source of the error, or, if that is not possible, supress it.

merks commented 1 month ago

It looks like org.eclipse.cdt.lsp.LspUtils.isFileOpenedInLspEditor(LspUtils.java:96) is doing work that can only be done on the main/UI thread. Please open an issue here:

https://github.com/eclipse-cdt/cdt-lsp/issues

Issues can't be moved between organizations so I will close this one.