Skip to content
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

Open
luzpaz opened this issue May 15, 2017 · 13 comments
Open

Python debugger #30

luzpaz opened this issue May 15, 2017 · 13 comments

Comments

@luzpaz
Copy link
Collaborator

luzpaz commented May 15, 2017

Author: @mumme74
Git repo: https://github.com/mumme74/FreeCAD/tree/editor_fixes
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=21898

@yorikvanhavre
Copy link
Member

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.

@mumme74
Copy link

mumme74 commented Jul 12, 2017

Well none of these changes are setout to be a a separate entity, they are enhancements to FreeCAD core.
And coded in C++, so I don't think its related to a FreeCAD addon.

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

@luzpaz
Copy link
Collaborator Author

luzpaz commented Jul 13, 2017

@mumme74 is the debugger in it's current state considered 'stable' ?

@mumme74
Copy link

mumme74 commented Jul 14, 2017

@luzpaz short answer: No, not yet.

But It sure would benefit from more testing and that wont happen without anybody using it, so....
If you have script you need debugged, please test it and report issues at: https://github.com/mumme74/FreeCAD/issues

@luzpaz
Copy link
Collaborator Author

luzpaz commented Jun 25, 2018

@mumme74 any progress on this exciting feature?

@mumme74
Copy link

mumme74 commented Aug 19, 2018

Sorry for the late response.
No havent got around to work any more on FreeCAD for a while
Sad to say that will probably not change nearterm. Life and other commitments got inte the way.

If anybody would want to build on this, they are more than welcome to take over the project.

@luzpaz
Copy link
Collaborator Author

luzpaz commented Aug 20, 2018

@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.

@ferranpujolcamins
Copy link

Hi. I'm new to FreeCAD development, but this is something I'd really want to see merged. How can I help?

@luzpaz
Copy link
Collaborator Author

luzpaz commented Jan 3, 2021

@ferranpujolcamins fork it? 😄

@ferranpujolcamins
Copy link

ferranpujolcamins commented Jan 3, 2021

Diving in!

@mumme74
Copy link

mumme74 commented Jan 4, 2021

I have recently done some more work on this.
Please do fork !

Im glad if somebody could help/drive this thing to completion.

It is definietly not at a mergable state yet.
It needs to touch to much of FreeCAD Base, App and Gui. (not a addon, but would probably help with future development of addons)

I recently added common syntaxhighlighter (through Kate syntaxhighlighter lib)
I am currently trying to make editors switch funtionality based on plugins. Negate the need to have 2 separete texteditors (PythonEditor and TextEditor)

If I find the time I would like to make this as a standalone process. Only the python debugger running in FreeCAD main app.
That thing is currently in src/Main/IDE

@luzpaz
Copy link
Collaborator Author

luzpaz commented Jan 5, 2021

This can also be discussed at mumme74/FreeCAD#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@yorikvanhavre @luzpaz @ferranpujolcamins @mumme74 and others