peforth
If the below explanations would be messy please directly refer to README.md @
https://github.com/hcchengithub/peforth
A programmable python debugger. Set one breakpoint to x-ray everything.
You guys know how to bebug already. We all do. But when it comes to Machine
Learning and
On Fri, Sep 6, 2013 at 3:14 AM, chandan kumar wrote:
> Hi
>
> Is any one aware of free ipython debugger tool.How good is this tool for
> a beginner to use like ,placing breakpoints,checking variables ,call stack
> (function flow) etc.I don't like to use python PDB .
> I have heard about wingware
El 06/09/2013, a las 08:14, chandan kumar escribió:
> Hi
>
> Is any one aware of free ipython debugger tool.How good is this tool for a
> beginner to use like ,placing breakpoints,checking variables ,call stack
> (function flow) etc.I don't like to use python PDB .
> I have heard about wing
Hi
Is any one aware of free ipython debugger tool.How good is this tool for a
beginner to use like ,placing breakpoints,checking variables ,call stack
(function flow) etc.I don't like to use python PDB .
I have heard about wingware ,pycharm which are licensed versions.Used
wingware trail ve
> Hi,
> Could you suggest some python debuggers?
>
> Thanks,
> Srini
Pydev has a debugger that supports the common debugger features
(watches, multiple threads, breakpoints, conditional breakpoints, step
in, out, etc -- http://fabioz.com/pydev/manual_adv_debugger.html ),
and pydev extensions adds
On Jul 3, 8:15 am, srinivasan srinivas
wrote:
> Hi,
> Could you suggest some python debuggers?
>
> Thanks,
> Srini
>
> Love Cricket? Check out live scores, photos, video highlights and more.
> Click herehttp://cricket.yahoo.com
Ipython has good debugger integration.
--
http://mail.python.
2009/7/3 Kee Nethery :
> It's not free but I like the debugger in Komodo IDE.
> Lets me simulate a web connection, lets me step through the code and examine
> the variables as it executes, can be run remotely (have not played with that
> aspect yet).
> Does variable inspection of the variables so y
It's not free but I like the debugger in Komodo IDE.
Lets me simulate a web connection, lets me step through the code and
examine the variables as it executes, can be run remotely (have not
played with that aspect yet).
Does variable inspection of the variables so you can dive into the
parts
2009/7/3 srinivasan srinivas :
> Could you suggest some python debuggers?
Two graphical debugger frontends:
http://www.gnu.org/software/emacs/
http://winpdb.org/
--
http://mail.python.org/mailman/listinfo/python-list
srinivasan srinivas a écrit :
Hi,
Could you suggest some python debuggers?
http://docs.python.org/library/pdb.html#module-pdb
HTH
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Could you suggest some python debuggers?
Thanks,
Srini
Love Cricket? Check out live scores, photos, video highlights and more.
Click here http://cricket.yahoo.com
--
http://mail.python.org/mailman/listinfo/python-list
rl you can do this:
Does anyone have advice on any macros or something that i could use to
do this?
Additionally, what do people recommend as good "advanced" python
debugger guides? Explaining breakpoints and all is useful, but I
really want to know how to make sophisticated macros a
[EMAIL PROTECTED] a écrit :
Hi All,
I'm switching to python from perl, and like the language a ton, but I
find pdb and pydb to be vastly inferior debuggers to the perl version.
In particular, I've grown very used to stepping into arbitrary
functions interactively. For instance, in perl you can
On Oct 10, 5:58 pm, Stef Mientki <[EMAIL PROTECTED]> wrote:
> take a look at winpdb (which has no relation with Windows-OS !!
>
> cheers,
> Stef
Looks pretty cool; sadly, our sysadmin refuses to install wxwindows,
and the commandline version is fairly cryptic...
Thanks!
Y
--
http://mail.python.or
take a look at winpdb (which has no relation with Windows-OS !!
cheers,
Stef
--
http://mail.python.org/mailman/listinfo/python-list
t of values.
Does anyone have advice on any macros or something that i could use to
do this?
Additionally, what do people recommend as good "advanced" python
debugger guides? Explaining breakpoints and all is useful, but I
really want to know how to make sophisticated macros and
Don Taylor wrote:
> Is there a free or low-cost version of Delphi for Windows available
> anywhere?
Sure.
If my memory serves me correctly, I have several CDs from various
computer magazines with previous versions of Delphi at home. I don't
know if such offers have been around recently, but you
Don Taylor wrote:
> Is there a free or low-cost version of Delphi for Windows available
> anywhere?
I don't know (never used Delphi actually). Anyway, you don't need to
have Delphi to use PyScripter, and PyScripter is completely free.
However, it will only run on Windows because it is developed
bruno at modulix wrote:
> [EMAIL PROTECTED] wrote:
>
>>Is there any editor or IDE in Python (either Windows or Linux) which
>>has very good debugging facilites like MS VisualStudio has or something
>>like that.
>>
>>I like SPE but couldn't easily use winPDP. I need tips to debug my code
>>easily.
Don Taylor wrote:
> Is there a free or low-cost version of Delphi for Windows available
> anywhere?
>
There used to be a Delphi 6 Personal Edition that was available free
(for non-commercial use). You might still find it around somewhere.
Rowdy
--
http://mail.python.org/mailman/listinfo/pyt
Christoph Zwerschke wrote:
> [EMAIL PROTECTED] wrote:
>
>>I like the Pyscripter, is there any Linux version or something of it.
>
>
> Sorry, I forgot to mention that there is a snag in it. Since PyScripter
> is based on Python for Delphi, it is available for Windows only.
>
Is there a free or
Can you please point some good documents (need not be Python specific)
on best practices with writing code this way ?
Thanks,
Ritesh
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] a écrit :
> My code has got big
How big ? More than 50 kloc ?-)
Big project doesn't imply long functions nor fat classes.
> and it is an iterative program.
Sorry, I don't understand what you mean by "iterative" here.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> I like the Pyscripter, is there any Linux version or something of it.
Sorry, I forgot to mention that there is a snag in it. Since PyScripter
is based on Python for Delphi, it is available for Windows only.
-- Christoph
--
http://mail.python.org/mailman/listinfo/pytho
I like the Pyscripter, is there any Linux version or something of it.
Christoph Zwerschke wrote:
> [EMAIL PROTECTED] schrieb:
> > Is there any editor or IDE in Python (either Windows or Linux) which
> > has very good debugging facilites like MS VisualStudio has or something
> > like that.
> >
> > I
[EMAIL PROTECTED] schrieb:
> Is there any editor or IDE in Python (either Windows or Linux) which
> has very good debugging facilites like MS VisualStudio has or something
> like that.
>
> I like SPE but couldn't easily use winPDP. I need tips to debug my code
> easily.
You can try out PyScripter
bruno at modulix wrote:
> FWIW, I've almost never used a debugger with Python.
It's pourtant very simpa from time to time !
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> I've always been happy with the debugger in PythonWin. You can even
> use:
>
> from pywin.debugger import set_trace;set_trace()
>
> to bring up the debugger directly from a script that wasn't originally
> run in the ide.
I use that one also.
There is also Boa (http://b
Em Ter, 2006-03-14 às 09:44 -0800, [EMAIL PROTECTED] escreveu:
> >Is there any editor or IDE in Python (either Windows or Linux) which
> >has very good debugging facilites like MS VisualStudio has or something
> >like that.
>
> I've been using Eclipse with PyDev and am very happy with it.
I secon
[EMAIL PROTECTED] wrote:
> Is there any editor or IDE in Python (either Windows or Linux) which
> has very good debugging facilites like MS VisualStudio has or something
> like that.
>
> I like SPE but couldn't easily use winPDP. I need tips to debug my code
> easily.
>
> Every help is greatly ap
My code has got big and it is an iterative program. I use print
statements but I thought I could get something handy it would be useful
to me.
thanks
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> Is there any editor or IDE in Python (either Windows or Linux) which
> has very good debugging facilites like MS VisualStudio has or something
> like that.
>
> I like SPE but couldn't easily use winPDP. I need tips to debug my code
> easily.
pythonic "debugging" in thre
[EMAIL PROTECTED] wrote:
> Is there any editor or IDE in Python (either Windows or Linux) which
> has very good debugging facilites like MS VisualStudio has or something
> like that.
>
> I like SPE but couldn't easily use winPDP. I need tips to debug my code
> easily.
>
> Every help is greatly ap
>Is there any editor or IDE in Python (either Windows or Linux) which
>has very good debugging facilites like MS VisualStudio has or something
>like that.
I've been using Eclipse with PyDev and am very happy with it.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED]:
>Is there any editor or IDE in Python (either Windows or Linux) which
>has very good debugging facilites like MS VisualStudio has or something
>like that.
Here's a recent thread about IDEs:
http://groups.google.nl/group/comp.lang.python/browse_frm/thread/fd9604e225252ad4
--
Re
[EMAIL PROTECTED] wrote:
> Is there any editor or IDE in Python (either Windows or Linux) which
> has very good debugging facilites like MS VisualStudio has or something
> like that.
>
> I like SPE but couldn't easily use winPDP. I need tips to debug my code
> easily.
>
> Every help is greatly app
Is there any editor or IDE in Python (either Windows or Linux) which
has very good debugging facilites like MS VisualStudio has or something
like that.
I like SPE but couldn't easily use winPDP. I need tips to debug my code
easily.
Every help is greatly appreciated.
Thanks
--
http://mail.pytho
Download from
http://sourceforge.net/project/showfiles.php?group_id=61395&package_id=175827
On-line documentation is at
http://bashdb.sourceforge.net/pydb/pydb/lib/index.html
Changes since 1.12
* Add MAN page (from Debian)
* Bump revision to 0.12 to 1.13 to be compatible with Debian pydb package.
This third release of an improved debugger also probably about as
great as the last release.
Download from
http://sourceforge.net/project/showfiles.php?group_id=61395&package_id=175827
On-line documentation is at
http://bashdb.sourceforge.net/pydb/pydb/lib/index.html
Along with this release is a
The second public release of the extended Python debugger is now
available from sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=61395&package_id=175827
For this release documentation has been added. That is also available
online at: http://bashdb.sourceforge.net/pydb/pydb
I've put out the first release of an expanded version of the Python
debugger. For now it is under the bashdb project on sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=61395
I've tried this only on 3 machines and each had a different version of
Python: OSX us
It will be integrated in the next release of SPE 0.7.5.b, as you can
already see screenshots. For those who are impatient, check out the
SVN.
Stani
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
--
http://mail.python.org/mailman/listinfo/python-list
On 11 Aug 2005 05:19:31 -0700, [EMAIL PROTECTED] wrote:
>Thanks for the valuable input. I will look into it.
You're welcome.
>
>In the mean time, until I implement your suggestions, here are some
>workarounds for the problems you experienced.
>[...]
Really, you want to implement? cool ;)
If you
Thanks for the valuable input. I will look into it.
In the mean time, until I implement your suggestions, here are some
workarounds for the problems you experienced.
1.
In the "Open Source" dialog, instead of typing the full path of the
script you wish to load, try typing just its name (e.g. 'foo
On Thu, 11 Aug 2005 13:09:08 +0200, Franz Steinhaeusler
<[EMAIL PROTECTED]> wrote:
>>
>>Winpdb is still a BETA despite the version number which is 1.0.1
>>so I will appreciate feedback on bugs, unexpected behavior, or
>>suggestions.
List of current breakpoints (VC Alt-F9), where you can quickly
s
On 10 Aug 2005 23:10:57 -0700, [EMAIL PROTECTED] wrote:
Hello Nir,
>Thanks for the compliments.
>
>I really believe Winpdb is not just another Python debugger, and that
>it will be a real step forward in the quality of Python debuggers once
>it matures.
Yes, looks very promi
Nir:
> Winpdb is still a BETA despite the version number which is 1.0.1
> so I will appreciate feedback on bugs, unexpected behavior, or
> suggestions.
Value tips when you hover over variables in the editor would be
useful. A hovering user can be detected with the wxEVT_STC_DWELLSTART
notif
Thanks for the compliments.
I really believe Winpdb is not just another Python debugger, and that
it will be a real step forward in the quality of Python debuggers once
it matures.
Also, don't worry about the .com url, it is a GPL debugger.
Winpdb is still a BETA despite the version n
On 9 Aug 2005 03:52:00 -0700, "mrelectron" <[EMAIL PROTECTED]>
wrote:
>hi:
>
>Nir Aides who wrote the rpdb debugger has enhanced it and stuck a
>frontend on it whoo-hoo. it is fantastico! see and download it at
>http://www.digitalpeers.com/pythondebugger/
>
>cheers mark
Hello Mark,
thank you for
hi:
Nir Aides who wrote the rpdb debugger has enhanced it and stuck a
frontend on it whoo-hoo. it is fantastico! see and download it at
http://www.digitalpeers.com/pythondebugger/
cheers mark
--
http://mail.python.org/mailman/listinfo/python-list
s.
There is some support for pdb (the Python debugger) in python-mode. Google
around for pdbtrack. Also, look at Misc/gdbinit in a recent Python
distribution (or use viewcvs in the CVS tab of Python's sourceforge project)
for some gdb magic.
Skip
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
>
> I am new to Python and desperated to look for a good Python debugger.
> I mean a debugger with source coding tracking. For C/C++, emacs and
> gud offers execellent development env. The source code tracking is
> extremely useful for recursive functions.
>
> I have
all,
I am new to Python and desperated to look for a good Python debugger.
I mean a debugger with source coding tracking. For C/C++, emacs and
gud offers execellent development env. The source code tracking is
extremely useful for recursive functions.
You could take a look at Eclipse (http:/
CTED]> wrote:
> > Hi all,
> >
> > I am new to Python and desperated to look for a good Python debugger.
> > I mean a debugger with source coding tracking. For C/C++, emacs and
> > gud offers execellent development env. The source code tracking is
> > extr
I haven't tried the customizations listed at the site below. If it
works, let me know.
http://page.sourceforge.net/tricks.html
jw
On 19 Apr 2005 19:45:05 -0700, Tran Tuan Anh <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am new to Python and desperated to look for a good
Hi all,
I am new to Python and desperated to look for a good Python debugger.
I mean a debugger with source coding tracking. For C/C++, emacs and
gud offers execellent development env. The source code tracking is
extremely useful for recursive functions.
I have spent time Googling but not found
56 matches
Mail list logo