RE: Alternatives to CF5's IP based debugging?

2003-08-02 Thread Dave Watts
Well not having played with the debugger before, I read Charlie Areharts presentation on it, and after some head scratching and one crash, I set up a dev mapping opened my default.cfm, added a couple breakpoints, and started a debug session. Lo and behold, up pops this ultra cool window

RE: Alternatives to CF5's IP based debugging? - MX Debugging

2003-08-02 Thread Dave Watts
Figured it out...CF MX doesn't support debugging! /me breathes deeply... Anyone know if debugging support is slated to be added back into MX? Probably not, but who can say? It never worked that well before, in my experience. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Alternatives to CF5's IP based debugging?

2003-08-01 Thread Jim McAtee
Are there any other methods of seeing debug output from a CF5 development server other than by designating a list of IP addresses? Cookie based, for instance? We've got three developers in-house and the only way that I can see to get CF's debugging to work properly (assuming that any given

RE: Alternatives to CF5's IP based debugging?

2003-08-01 Thread Dave Watts
Are there any other methods of seeing debug output from a CF5 development server other than by designating a list of IP addresses? Cookie based, for instance? Sure. Just enable debug output for all IP addresses, then selectively disable it in your code as you like. Dave Watts, CTO, Fig Leaf

Re: Alternatives to CF5's IP based debugging?

2003-08-01 Thread jonhall
I think you can also set up the development mappings in studio/homesite...it does supposedly allow you to get the debugging back directly into studio. -- mailto:[EMAIL PROTECTED] Friday, August 1, 2003, 10:34:28 PM, you wrote: JM Are there any other methods of seeing debug output from a CF5

RE: Alternatives to CF5's IP based debugging?

2003-08-01 Thread Dave Watts
I think you can also set up the development mappings in studio/homesite...it does supposedly allow you to get the debugging back directly into studio. While you can set up development mappings in Studio or Homesite, that only allows you to use the Internet Explorer browser integration to run

Re: Alternatives to CF5's IP based debugging?

2003-08-01 Thread jonhall
Well not having played with the debugger before, I read Charlie Areharts presentation on it, and after some head scratching and one crash, I set up a dev mapping opened my default.cfm, added a couple breakpoints, and started a debug session. Lo and behold, up pops this ultra cool window that

Re: Alternatives to CF5's IP based debugging? - MX Debugging

2003-08-01 Thread jonhall
Figured it out...CF MX doesn't support debugging! /me breathes deeply... Anyone know if debugging support is slated to be added back into MX? -- mailto:[EMAIL PROTECTED] Saturday, August 2, 2003, 12:51:58 AM, you wrote: jon I did have a problem getting this to work with an MX server...I'm