Is there a open souce IDE writen by C( C++) or partly writen by C( C++)?

Ricardo Aráoz ricaraoz at gmail.com
Sun Feb 24 17:34:46 EST 2008


zaley wrote:
> On Feb 24, 6:48 am, Ricardo Aráoz <ricar... at gmail.com> wrote:
>> Lie wrote:
>>> On Feb 23, 4:02 pm, zaley <lizhon... at gmail.com> 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" <lizhon... at gmail.com> skrev i en meddelelsenews:c1528422-5db2-4193-919b-b0a851d973f4 at b29g2000hsa.googlegroups.com...
>>>>> Of course, python scripts debugger
>>>>> On 2ÔÂ22ÈÕ, ÏÂÎç3ʱ22·Ö, zaley <lizhon... at gmail.com> 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.




More information about the Python-list mailing list