Debugging Error in Version 1.59.0 Preventing Task Progress #15323
-
Hiii, I am currently facing an issue while debugging in version 1.59.0, where I'm encountering an error. To resolve this, I tried deleting the node_modules folder and the yarn.lock file, followed by reinstalling the dependencies. Despite these efforts, the issue persists.
Upon checking, I can confirm that the necessary modules are present in the node_modules folder, as shown in the images below. On running yarn start, everything works fine, but the issue arises during debugging. It is important for me to debug certain files in order to understand the flow and make necessary changes. This is crucial to move forward with my task. Any suggestions or solutions to resolve this would be greatly appreciated. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Hey @sowjanyagunupuru, what does your debug configuration look like? |
Beta Was this translation helpful? Give feedback.
@sowjanyagunupuru As indicated by @sdirix, you're attempting to debug the unbundled app:
You need to replace it with the bundled backend (which is also executed, when you run
theia start
):