PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11443



------- Additional Comments From tromey at gcc dot gnu dot org  2003-07-06 
16:18 -------
I don't think this is really a gcc bug.

If you want to debug your java code, you should
put a breakpoint on the class' main method.

If you want to debug the libgcj startup code,
you can put a breakpoint on main and tell gcj
to save the temporary .c file it creates.

Both these things are useful at different times.

It would be useful to have a way to tell gdb that
a given method is the "main" method, so that GUIs
like Insight could "stop at main" in a language-
independent way.  This would require some gcc changes,
but also some gdb changes.




------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


Reply via email to