Re: How to debug the java code on the eclipse ide with the tbroyer gwt maven plugin ?

2023-12-04 Thread Ralph Fiergolla
If I am not mistaken, you are mixing up things a little: the issue you were
looking at here https://github.com/tbroyer/gwt-maven-plugin/issues/82 is
not about debugging the generated client part of your application, but
about the compiler that is actually generating the code you want to debug.

To avoid wasting your time trying to set up the Eclipse Plugin I would
suggest using your browser's built-in development tools (Ctrl+Shift+I). You
will see your JAVA source code and can put your breakpoints etc. and step
through your code. This works in Chrome, Firefox, Edge.

Bon courage
Ralph

On Mon, Dec 4, 2023 at 1:16 PM Marco Tenti (IoProgrammo88) <
tentimar...@gmail.com> wrote:

> Hello everyone, I am updating some old gwt projects and I started to study
> about 15 days ago the gwt framework, this is to specify that I don't know
> all the secrets of the framework yet.
>
> Following Nalu's approach and starting from his example at
> https://github.com/NaluKit/nalu-examples/tree/main/nalu-simple-app-example,
> I was able to start with the gwt:codeserver both client and server part of
> my projects successfully.
>
> Unfortunately, I still haven't figured out what I need to do to enablethe
> debugging on the client part of the project on the IDE eclipse.
>
> I've read in this issue
> https://github.com/tbroyer/gwt-maven-plugin/issues/82 a possible
> solution, but it doesn't seem to work, I'm 100% sure I'm doing something
> wrong myself., can anyone tell me looking at Nalu's example what additional
> commands I need to set to configure to debugging on the client java code in
> the eclipse ide ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/3369c8a1-d86f-40de-9816-d35d865a1e4en%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CACwwWxN-%2Bzg8L%2Bm%2B074hfoY09XUgR2qvCPSPbtMO71JY9yjgYQ%40mail.gmail.com.


How to debug the java code on the eclipse ide with the tbroyer gwt maven plugin ?

2023-12-04 Thread Marco Tenti (IoProgrammo88)
Hello everyone, I am updating some old gwt projects and I started to study 
about 15 days ago the gwt framework, this is to specify that I don't know 
all the secrets of the framework yet.

Following Nalu's approach and starting from his example at 
https://github.com/NaluKit/nalu-examples/tree/main/nalu-simple-app-example, 
I was able to start with the gwt:codeserver both client and server part of 
my projects successfully.

Unfortunately, I still haven't figured out what I need to do to enablethe  
debugging on the client part of the project on the IDE eclipse.

I've read in this issue 
https://github.com/tbroyer/gwt-maven-plugin/issues/82 a possible solution, 
but it doesn't seem to work, I'm 100% sure I'm doing something wrong 
myself., can anyone tell me looking at Nalu's example what additional 
commands I need to set to configure to debugging on the client java code in 
the eclipse ide ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/3369c8a1-d86f-40de-9816-d35d865a1e4en%40googlegroups.com.