Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Debugging Che plugins and source unknown

I have been using Chrome's built-in debugger with the gwt superdevmode and it sends the source maps to Chrome well. I have not tried using VSCode to do the debugging yet.

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com

On 7 February 2018 at 14:35, Andrew McLachlan <andrew.mclachlan@xxxxxx> wrote:

Hi again,

I have a question about attaching to Che plugins running in the workspace.

I can attach to the plugins using Visual Studio Code, Java extensions and attaching to port 32813->4403.

I can set breakpoints in source file that I’ve added to Visual Studio Code and those breakpoints appear to be hit but I am unable to step through the source once the breakpoint appears to be hit. Visual Studio Code says Unknown Source.

Has anyone encountered an issue debugging in this way or there’s a better way to debug the Che plugins?

As always, thanks in advance for your great support!

Andrew

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



Back to the top