Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-31 Thread Nathan Waddell
Thanks a ton. Your answer gave me exactly what I needed. cheers N Hope that's some help. cheers RET ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-25 Thread Richard Thomas
On 24/01/2008, at 3:49 AM, Nathan Waddell wrote: One thing that I can't seem to find (and maybe I don't know where to look) is an intermediate overview of how to use the stash in coordination with templating systems. For example, I know that I can: Example TT template: h1A very basic

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-23 Thread Martin Ellison
Try going through the mailing list archives and extracting useful information. I got some useful advice on several sticking points, and I am sure others did too. Take that out and organise it. On 23/01/2008, Matt S Trout [EMAIL PROTECTED] wrote: On Tue, Jan 22, 2008 at 09:13:51AM -0600, Nathan

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-23 Thread Nathan Waddell
I'm signing up for the wiki as I write this. If that is the direction the documentation effort is going, I'm going to concentrate on it. My employer allows me to dedicate some of my time each week to 'creative projects unrelated to our core business' and is a big consumer of Open Source and Free

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-23 Thread Nathan Waddell
I'll be sure to pass the message on to my boss. Yeah, there's few good reasons to maintain a private fork... and that line of reasoning is definitely not one of them. On Jan 23, 2008 11:49 AM, Daniel Hulme [EMAIL PROTECTED] wrote: That's great. Be sure to thank your employer on my behalf (and

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-22 Thread Matt S Trout
On Mon, Jan 21, 2008 at 11:22:37AM -0600, Nathan Waddell wrote: Matt, I guess what I'm trying to express is that - in my opinion - there is a learning curve to Catalyst. I think more documentation could ease that learning curve and help people get up to speed faster on how to write, debug,

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-22 Thread Nathan Waddell
Matt, I'd love to help write more docs. What format do I use and who do I submit them to? On Jan 22, 2008 3:21 AM, Matt S Trout [EMAIL PROTECTED] wrote: I understand what you're trying to express. What -I'm- trying to express is that all the documentation we have so far has been written by

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-22 Thread Carl Johnstone
I'd love to help write more docs. What format do I use POD and who do I submit them to? I'd suggest starting on the catalyst-dev list. Carl ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-22 Thread Matt S Trout
On Tue, Jan 22, 2008 at 09:13:51AM -0600, Nathan Waddell wrote: Matt, I'd love to help write more docs. What format do I use and who do I submit them to? That's where my what can't you find that you want to know? question comes from. There's a lot in various lists members' heads that isn't in

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-21 Thread Matt S Trout
On Fri, Jan 18, 2008 at 09:28:45AM -0600, Nathan Waddell wrote: Wow, thanks for all the responses. Troy, I'll subscribe to the EPIC list and see if I can get a conversation started on their end. Matt, I guess you're a member of the EPIC list? No, not at all. As I already said, I consider

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-21 Thread Matt S Trout
On Fri, Jan 18, 2008 at 12:26:24PM -0600, Nathan Waddell wrote: It would be really nice if there were some detailed articles on dev.catalyst.perl.org regarding different options for debugging and how to implement them. The documentation for the various things Peter already mentioned describes

Re: Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-21 Thread dreel
I'm using Eclipse. I'm so tired to write code in notepad-like editors and switching between Terminal windows to debug. I've tried to use Vi for Win32 but my Win-oriented brain doesn't understand it ( ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-21 Thread Jonathan Rockway
On Mon, 2008-01-21 at 13:35 +0300, dreel wrote: I'm using Eclipse. I'm so tired to write code in notepad-like editors and switching between Terminal windows to debug. I've tried to use Vi for Win32 but my Win-oriented brain doesn't understand it ( Like anything, it takes practice to get

Re: Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-21 Thread Ise Olen
Good rant ;-) On Jan 21, 2008 1:13 PM, Jonathan Rockway [EMAIL PROTECTED] wrote: On Mon, 2008-01-21 at 13:35 +0300, dreel wrote: I'm using Eclipse. I'm so tired to write code in notepad-like editors and switching between Terminal windows to debug. I've tried to use Vi for Win32 but my

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-18 Thread Matt S Trout
On Thu, Jan 17, 2008 at 11:11:13AM -0500, Troy Davis wrote: On Jan 17, 2008, at 10:37 AM, Nathan Waddell wrote: I'm specifically looking for some tips on how to set up Eclipse (with EPIC, of course) to debug Catalyst applications - either locally or remotely. I'm ok with using the Catalyst

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-18 Thread Nathan Waddell
Wow, thanks for all the responses. Troy, I'll subscribe to the EPIC list and see if I can get a conversation started on their end. Matt, I guess you're a member of the EPIC list? Dmitriy, how did you set up Eclipse+EPIC to debug Catalyst apps? Peter, the Devel::ebug as remote debugger sounds

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-18 Thread Nathan Waddell
] Sent: 18 January 2008 15:29 To: The elegant MVC web framework Subject: Re: [Catalyst] Debugging Catalyst with Eclipse Wow, thanks for all the responses. Troy, I'll subscribe to the EPIC list and see if I can get a conversation started on their end. Matt, I guess you're a member

Re: [Catalyst] Debugging Catalyst with Eclipse

2008-01-17 Thread Dmitriy S. Sinyavskiy
Hello, Nathan. You write 17 2008 ., 18:37:19: I'm using Eclipse IDE + EPIC to debug my Catalyst apps. With Pad::Walker it can show values on variables even objects it's very useful to understand insides of processing) I'm using it in complex: internal browser, error output, debugger In the most