[PD-dev] [ pure-data-Patches-3400300 ] move cord drawing from pd to Tcl procs in pd-gui

2011-08-30 Thread SourceForge . net
Patches item #3400300, was opened at 2011-08-29 21:08 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478072aid=3400300group_id=55736 Please note that this message will contain a full copy of the comment

[PD-dev] Xcode 4: Debug pd-external

2011-08-30 Thread Patrick Gampp
Hi, I tried to debug my puredata external with Xcode4. What I did so far is: 1) In the 'edit scheme'-menu, I added in the 'Executable'-list: Pd-extended.app. 2) Build configuration is Debug 3) Debugger is GDB. 4) I set some breakpoints in my source file. When I hit Run, pd starts and I open

[PD-dev] [ pure-data-Patches-3400300 ] move cord drawing from pd to Tcl procs in pd-gui

2011-08-30 Thread SourceForge . net
Patches item #3400300, was opened at 2011-08-29 15:08 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478072aid=3400300group_id=55736 Please note that this message will contain a full copy of the comment

Re: [PD-dev] Xcode 4: Debug pd-external

2011-08-30 Thread Hans-Christoph Steiner
I don't use Xcode, so I don't know specifics. My guess is that you have to also add 'pd' itself. Pd is two processes 'pd-gui' and 'pd'. On Mac OS X, the 'pd-gui' process is represented by Pd-extended.app (in Contents/MacOS/Pd-extended). You probably need to also add 'pd', which is

Re: [PD-dev] Xcode 4: Debug pd-external

2011-08-30 Thread Thomas Grill
Hi, i haven't used Xcode4 yet. For older versions i don't define the application bundle as executable, but rather the unix program, which is in e.g. /Applications/Pd-0.43-0.app/Contents/Resources/bin/pd My experience is that pd-extended won't take any command-line parameters (which is very

Re: [PD-dev] Xcode 4: Debug pd-external

2011-08-30 Thread Hans-Christoph Steiner
With 0.42.5, most of the command line flags were fixed in Pd-extended, in 0.43 its definitely fixed. .hc On Tue, 2011-08-30 at 22:53 +0200, Thomas Grill wrote: Hi, i haven't used Xcode4 yet. For older versions i don't define the application bundle as executable, but rather the unix program,

[PD-dev] [ pure-data-Patches-3400300 ] move cord drawing from pd to Tcl procs in pd-gui

2011-08-30 Thread SourceForge . net
Patches item #3400300, was opened at 2011-08-29 15:08 Message generated for change (Comment added) made by jancsika1 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478072aid=3400300group_id=55736 Please note that this message will contain a full copy of the comment