mopemope / meghanada-emacs

A Better Java Development Environment for Emacs
GNU General Public License v3.0
606 stars 56 forks source link

Interactive debugger? #53

Open therealpxc opened 7 years ago

therealpxc commented 7 years ago

Meghanada doesn't have an interactive debugger, does it? I see a variable mentioning remote debugging in the readme, but I don't know what it means.

mopemope commented 7 years ago

@therealpxc I am sorry for being confused. It is a flag for debugging server process.

therealpxc commented 7 years ago

Ah, okay.

It's okay; I'm very new to emacs and should probably read more before I go posting about it on GitHub anyway. I confused myself by reading some documentation too sloppily, which is why I showed up here asking about what features are implemented to make sure I've got it straight now.

For me, an interactive debugger is the only thing really missing from meghanada. I already use it more or less every day at work and I find it quite helpful and reliable. So thanks for your work!

Should we maybe do something to mark this ticket as a feature request? I can modify the issue as appropriate.

mopemope commented 7 years ago

@therealpxc meghanada-mode has no interactive debugger yet. see https://github.com/mopemope/meghanada-emacs#debug

yyoncho commented 6 years ago

Hi @mopemope,

I am interested in implementing meghanada/realgud integration. Would you share what is your workflow? To be concrete I am interested in handling gud-jdb-directories which are used for source code resolving by gud. Also, meghanada will be useful for debugging code that is not part of the project since it already had that functionality.

Thanks, Ivan