Debugging Extensions
Does anyone have any tips or suggestions for the best way to debug an extension. I'm new to all of this and right now I'm relying on try/catch to put up a message box with the error. but then I have to eidit the code, compile and try again. Is there a better way?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Bob B on 18 Jun, 2020 05:50 PM
I found this post that was very helpful. Has anyone been able to get extensions to build in IDEA without using the command line?
https://infinitekind.tenderapp.com/discussions/moneydance-development/824-debugging-moneydance-extensions-in-eclipse
2 Posted by hleofxquotes on 21 Jun, 2020 04:57 PM
Hi Bob B,
In the past, I've worked on MD extension using Eclipse. I will describe my setup and hopefully, that will give you some starting points.
The big picture: I created two projects
Other things I've done to make developing extension less painful
With above setup, I was able
Hope this will give you some starting points. I don't use MD anymore, only popping in here infrequently.
Good luck,
See also: https://bitbucket.org/hleofxquotesteam/dist-md-chacha/wiki/Home
3 Posted by Bob B on 24 Jun, 2020 05:15 PM
Thanks for the great tips.
System closed this discussion on 23 Sep, 2020 05:20 PM.