Re: Breakpoints in NetBeans

2009-09-21 Thread Joshua Russo
On Mon, Sep 21, 2009 at 5:33 PM, Kevin Bache wrote: > Thanks for both of your ideas. > > Joshua: It is stopping on the first line of code, and I can step through > the manage.py module and if I recall (I'm not in front of my computer at the > moment) it catches breakpoints

Re: Breakpoints in NetBeans

2009-09-21 Thread Antoni Aloy
2009/9/21 Kevin Bache : > Thanks for both of your ideas. > > Joshua: It is stopping on the first line of code, and I can step through the > manage.py module and if I recall (I'm not in front of my computer at the > moment) it catches breakpoints in other files (ex:

Re: Breakpoints in NetBeans

2009-09-21 Thread Kevin Bache
Thanks for both of your ideas. Joshua: It is stopping on the first line of code, and I can step through the manage.py module and if I recall (I'm not in front of my computer at the moment) it catches breakpoints in other files (ex: settings.py) in the initial load. What I can't seem to get is

Re: Breakpoints in NetBeans

2009-09-21 Thread Joshua Russo
On Mon, Sep 21, 2009 at 10:15 AM, Joshua Russo wrote: > > On Sep 21, 6:00 am, Kevin Bache wrote: > > Hi Everyone, > > I'm a bit of a Django noob so please forgive me if my hope here is > > swimmingly optimistic: > > > > I'd like to be able to set

Re: Breakpoints in NetBeans

2009-09-21 Thread Joshua Russo
On Sep 21, 6:00 am, Kevin Bache wrote: > Hi Everyone, > I'm a bit of a Django noob so please forgive me if my hope here is > swimmingly optimistic: > > I'd like to be able to set breakpoints in my django project which would be > triggered by my browser's requests to the

Re: Breakpoints in NetBeans

2009-09-21 Thread Daniel Roseman
On Sep 21, 8:00 am, Kevin Bache wrote: > Hi Everyone, > I'm a bit of a Django noob so please forgive me if my hope here is > swimmingly optimistic: > > I'd like to be able to set breakpoints in my django project which would be > triggered by my browser's requests to the

Breakpoints in NetBeans

2009-09-21 Thread Kevin Bache
Hi Everyone, I'm a bit of a Django noob so please forgive me if my hope here is swimmingly optimistic: I'd like to be able to set breakpoints in my django project which would be triggered by my browser's requests to the integrated Django development server. Is this possible? I'm using NetBeans