Re: [Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-02 Thread Ryan Krauss
So, the --verbose option definitely pops up a dos-looking window and prints lots of GIMP related messages, but it doesn't seem to get error messages from Python. I just accidentally tested this with a syntax error in a module of mine that my PyGIMP plugins import. In linux I get this very

[Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-01 Thread Ryan Krauss
So, I have PyGIMP correctly installed in windows (I think). I am trying to port my plug-ins from Linux. One big annoyance is that print doesn't seem to work and error messages that probably go to standard out go no where. I really need those messages to debug. I tried launching gimp from the

Re: [Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-01 Thread Jernej Simončič
On Tuesday, September 1, 2009, 18:16:48, Ryan Krauss wrote: So, I have PyGIMP correctly installed in windows (I think). I am trying to port my plug-ins from Linux. One big annoyance is that print doesn't seem to work and error messages that probably go to standard out go no where. I really

[Gimp-developer] Debugging gimp_text_fontname error with non-ascii

2005-01-10 Thread Jared Whiting
I had filed a bug (http://bugzilla.gnome.org/show_bug.cgi?id=157709) about this for gimp-perl a couple months ago and hadn't heard back, but I'm looking for some advice on how to further debug this issue as it may not even be gimp-perl specific. When I call the following pdb function with

Re: [Gimp-developer] Debugging?

2003-06-16 Thread Sven Neumann
Hi, Douglas Lewan [EMAIL PROTECTED] writes: Where's the right place to get documentation for GIMP primitives? I've been hunting through the C-code. There is a complete API reference of libgimp installed with the GIMP. Have a look at $prefix/share/doc/gtk-doc/html/libgimp. If you install this

[Gimp-developer] Debugging?

2003-06-15 Thread Douglas Lewan
Are there any Scheme debuggers that work with GIMP? Are there any profilers? Where's the right place to get documentation for GIMP primitives? I've been hunting through the C-code. Thanks. -- ,Doug Douglas Lewan email:

Re: [Gimp-developer] Debugging?

2003-06-15 Thread Jeff Trefftzs
On Sun, 2003-06-15 at 19:35, Douglas Lewan wrote: Are there any Scheme debuggers that work with GIMP? Are there any profilers? Where's the right place to get documentation for GIMP primitives? I've been hunting through the C-code. The best place I've found for documentation on the GIMP