Thanks Simon. I finally picked SciTE. No time to do further investigation.
Jason
"Simon Forman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jason Jiang wrote:
>> Hi,
>>
>> Could someone recommend a good Python editor? Thanks.
>>
&
Hi,
Could someone recommend a good Python editor? Thanks.
Jason
--
http://mail.python.org/mailman/listinfo/python-list
Thank you guys.
Jason
"Simon Forman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Larry Bates wrote:
>> Jason Jiang wrote:
>> > Hi,
>> >
>> > How to get the name of the running .py file like the macro _FILE_ in C?
>
Hi,
How to get the name of the running .py file like the macro _FILE_ in C?
Thanks.
Jason
--
http://mail.python.org/mailman/listinfo/python-list
Great! It's working now. Thank you so much.
Jason
"Simon Forman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jason Jiang wrote:
>> "Simon Forman" <[EMAIL PROTECTED]> wrote in message
>> news:[EMAIL PROTECTED]
>> >
I'm using Python pdb module pdb.py.
"Simon Forman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jason Jiang wrote:
>> Hi,
>>
>> I have two modules: a.py and b.py. In a.py, I have a function called
>> aFunc(). I'm calling aFu
Hi,
I have two modules: a.py and b.py. In a.py, I have a function called
aFunc(). I'm calling aFunc() from b.py (of course I import module a first).
The question is how to directly set a breakpoint in aFunc().
The way I'm doing now is to set a breakpoint in b.py at the line to call
aFunc(), 'c' t
Hi,
I have two modules: a.py and b.py. In a.py, I have a function called
aFunc(). I'm calling aFunc() from b.py (of course I import module a first).
The question is how to directly set a breakpoint in aFunc().
The way I'm doing now is to set a breakpoint in b.py at the line to call
aFunc(), 'c