eclipse-theia / theia-blueprint

The Eclipse IDE is a modern and open IDE for cloud and desktop. The Theia IDE is based on the Theia platform. The Theia IDE is available as a downloadable desktop application. You can also try the latest version of the Theia IDE online. For more details, see the Readme below.
https://theia-ide.org/#theiaide
MIT License
332 stars 122 forks source link

Source not found in Theia IDE #356

Open tsmaeder opened 4 months ago

tsmaeder commented 4 months ago

Bug Description:

When I open the developer tools in Theia IDE and try to open a source file to put a breakpoint, known source files are not found.

Steps to Reproduce:

  1. Toggle the developer tools on
  2. Go to the "source" tab in the dev tools
  3. Try to open the file (ctrl-p) "preference-configuration.ts"
  4. Observe: the file is not found

I would expect the file to be opened.

Additional Information

tsmaeder commented 4 months ago

This makes it nigh impossible to debug issues that are present in TheiaIDE, but not Theia built from source.