-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eclim-debug/jdb: Symbol's function definition is void: toggle-maximize-buffer #253
Comments
Having this as well. It appears toggle-maximize-buffer is not a standard emacs function. The only thing I found for it is https://gist.github.com/mads379/3402786. |
ProjectMoon writes:
You're right. The call to Adding this gist to your Cheers, -Torstein |
Thank you @ProjectMoon and @skybert, I have another question: how to add breakpoint, and how to add debug configure with maven? |
zwb-ict writes:
After you've started jdb with eclim-debug-attach, everything is set up See the GUD manual for more: Also, I'd recommend you to enter "monitor locals" into jdb once it's I'm using a very simple command that I call once my gud/jdb session is
That's it. You don't need anything more for debugging local JUnit tests Cheers, -Torstein |
Thank you, @skybert, I did as you told, it works greate now! |
This shouldn't be closed, I would think. This is a problem with emacs-eclim because Emacs itself does not have the function referenced in this issue. I say this should be reopened as a request to include the function referenced in the gist a part of emacs-eclim so the debugger works out of the box. |
+1 to not closing. Having to add a gist to your .emacs is by no means a fix to this issue. |
I want to debug java code, I run eclim-debug-attach, get error: eclim-debug/jdb: Symbol's function definition is void: toggle-maximize-buffer
My os is mac 10.11
emacs version: 24.5.1
The text was updated successfully, but these errors were encountered: