-
Notifications
You must be signed in to change notification settings - Fork 260
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
Python debugger #30
Comments
This is a copy of the FreeCAD source tree... It needs to be separated into a workbench for us tobe able to add it here. |
Well none of these changes are setout to be a a separate entity, they are enhancements to FreeCAD core. My driving force for working on this to make it easier to develop addons in the future though, when/if it makes into master. https://forum.freecadweb.org/viewtopic.php?f=10&t=21898&p=182194#p182194 |
@mumme74 is the debugger in it's current state considered 'stable' ? |
@luzpaz short answer: No, not yet. But It sure would benefit from more testing and that wont happen without anybody using it, so.... |
@mumme74 any progress on this exciting feature? |
Sorry for the late response. If anybody would want to build on this, they are more than welcome to take over the project. |
@mumme74 sorry to hear. Perhaps you can make a write up of what youve currently accomplished and what is left to do? That way, you provide some context and orientation to someone who might come along and be captivated to adopt this project? The more details the better, especially your dev environment and how you test changes to the work bench. |
Hi. I'm new to FreeCAD development, but this is something I'd really want to see merged. How can I help? |
@ferranpujolcamins fork it? 😄 |
Diving in! |
I have recently done some more work on this. Im glad if somebody could help/drive this thing to completion. It is definietly not at a mergable state yet. I recently added common syntaxhighlighter (through Kate syntaxhighlighter lib) If I find the time I would like to make this as a standalone process. Only the python debugger running in FreeCAD main app. |
This can also be discussed at mumme74/FreeCAD#14 |
Author: @mumme74
Git repo: https://github.com/mumme74/FreeCAD/tree/editor_fixes
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=21898
The text was updated successfully, but these errors were encountered: