zaley wrote: > On Feb 24, 6:48 am, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: >> Lie wrote: >>> On Feb 23, 4:02 pm, zaley <[EMAIL PROTECTED]> wrote: >>>> On Feb 22, 11:06 pm, "Jesper" <polluks(#at#)post.tele.dk> wrote: >>>>> Give PyScripter fromhttp://www.mmm-experts.com/atry >>>>> It is for Windows, though it is written in Delphi and not in C/C++ >>>>> /Jesper >>>>> "zaley" <[EMAIL PROTECTED]> skrev i en meddelelsenews:[EMAIL PROTECTED] >>>>> Of course, python scripts debugger >>>>> On 2ÔÂ22ÈÕ, ÏÂÎç3ʱ22·Ö, zaley <[EMAIL PROTECTED]> wrote: >>>>>> My project need a simple scripts debugger . I hope I can find >>>>>> something instructive >>>>>> Stefan Behnel дµÀ£º >>>>>>> zaley wrote: >>>>>>>> Is there a open souce IDE writen by C( C++) or partly writen by C( C+ >>>>>>>> +)? >>>>>>> Tons of them. What do you want to do with it? >>>>>>> Stefan- Hide quoted text - >>>>> - Show quoted text - >>>> But PyScripter is not a open source project >>> Am I correct to say that the reason why you wanted an open source C++ >>> IDE is because you wanted the freedom to modify your own programming >>> environment? >> >From the "About" window in PyScripter : >> >> """ >> A freeware, open source Python scripter integrated >> development environment created with the ambition to bring to >> the Python community the quality and functionality available in >> commercial IDEs available for other languages. >> """ >> >> So I think we could say PyScripter IS an open source project.- Hide quoted >> text - >> >> - Show quoted text - > > Really, what I want to do is that scripts can be executed step by > step . > I know By "Py_Runstring" clauses in main function can executed by > step . > But I can't know how to step into a function and how to step in a > function. > So I hope I can find something helpful in open source IDE for python.
Exactly so. PyScripter does it easy, besides you can have in different tabs all the modules of your application. You just hit the run button and your program runs, you hit the debug button and you start going step by step. It's free, easy to install, just give it a try and if you don't like it just trash it. -- http://mail.python.org/mailman/listinfo/python-list