[cfaussie] Re: FusionDebugger not breaking

2006-10-12 Thread Chris Velevitch

On 10/12/06, Andrew Scott [EMAIL PROTECTED] wrote:
 Are you putting the breakpoint on an actual CF line?

Yes, which is confirmed by their presence in the breakpoint view.

I'm been through all the support articles and as far as I'm concerned
it's setup correctly. But clearly (but not to me:) there's something
not right. (see my original post for my configuration).


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: FusionDebugger not breaking

2006-10-12 Thread Andrew Scott

Chris,

I mean the breakpoint must contain coldfusion code on that line.
 
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273
 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Velevitch
Sent: Thursday, 12 October 2006 4:31 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: FusionDebugger not breaking


On 10/12/06, Andrew Scott [EMAIL PROTECTED] wrote:
 Are you putting the breakpoint on an actual CF line?

Yes, which is confirmed by their presence in the breakpoint view.

I'm been through all the support articles and as far as I'm concerned
it's setup correctly. But clearly (but not to me:) there's something
not right. (see my original post for my configuration).


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: FusionDebugger not breaking

2006-10-12 Thread Chris Velevitch

On 10/12/06, Andrew Scott [EMAIL PROTECTED] wrote:

 I mean the breakpoint must contain coldfusion code on that line.

Yes the line does contain coldfusion code.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: FusionDebugger not breaking

2006-10-12 Thread cfgroupie

Finanly got it workin,

I read the article that you pasted in about the breakpoints not firing.
The setup was the issue. However another project a page didn't actually
fire until I put a break point into the application.cfm odd. but
something is better then nothing.

Way cool now.

Jeremy


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: FusionDebugger not breaking

2006-10-11 Thread Andrew Scott

Chris,

Are you putting the breakpoint on an actual CF line?

And this is a side note I received

Two of the most important options in FusionDebug are Webserver Folder, and
Eclipse folder structure mirrors webserver. This article discusses how to
configure these options in detail.

FusionDebug uses the information in the Configuration Dialog (accessible
from the Run - Debug menu) to accurately set breakpoints. If the
information in this dialog is not configured correctly, FusionDebug may
report that a breakpoint has been set, but it never fires: the associated
page always runs to completion.

Solution:

In most cases, this problem can be solved by correctly configuring the
Webserver Folder and Eclipse folder structure options in FusionDebug. Once
these options are correctly configured, the configuration usually doesn't
need to be subsequently changed.

FusionDebug needs to know exactly where on your ColdFusion server the files
are located, and how folders are structured. It uses these options, together
with your Eclipse folder structure, to accurately set breakpoints and select
the correct files when breakpoints fire.

Transport dt_socket failed to initialize 

This can be caused by one of two things. You can check this by starting
ColdFusion from the DOS command line. 


The port configured in the jvm.config (default: 8000) is already in use.
Please try a different port. If this does not help, it could also be that
multiple servers are trying to start at once; please see this support FAQ:
http://www.fusion-reactor.com/fusiondebug/support.html#config2 
dt_socket.dll cannot be found. FusionDebug needs to connect to a debug
transport called dt_socket. Could you please confirm for me that
dt_transport.dll is in the folder C:/CFusionMX7/runtime/jre/bin

If it is then the C:/CFusionMX7/runtime/jre/bin folder is not being picked
up by your windows path. You could solve this in one of two ways:

1. Add C:/CFusionMX7/runtime/jre/bin to your windows PATH variable
2. Copy dt_socket.dll  to a folder in your windows PATH (e.g. C:\Windows)
 
 
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273
 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Velevitch
Sent: Thursday, 12 October 2006 1:56 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] FusionDebugger not breaking

I'm trying to work out why breakpoints are not firing for my Flash
Remoting application.

Here's my setup:

 Win XP Sp1
 Eclipse 3.1.1
 CF 7.0.1 Enterprise edition (multiserver edition with only one
instance)
 the built in webserver
 my webroot is virtually mapped (via jrun-web.xml):-
   virtual-mapping
 resource-path/*/resource-path
 system-pathC:/projects/system-path
   /virtual-mapping)
 my Eclipse folder structure is in the webserver (see the virtual
mapping)
 jvm.config is:-
   java.args=-Xmx512M -server -Dsun.io.useCanonCaches=false
-XX:MaxPermSize=128m -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS
-Dcoldfusion.rootDir={application.home}/ -Djava.compiler=NONE
-Xnoagent -Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8001

(see the screen dump for the way I have it configured)

Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: FusionDebugger not breaking

2006-10-11 Thread Charlie Arehart

Chris, beside what Andrew has offered, there's a specific FAQ on the
question you raised:

http://www.fusion-reactor.com/fusiondebug/support-breakpointsDontFire.html
http://www.fusion-reactor.com/fusiondebug/support.html#breakpoints4

I also point out some tips that are note listed there, which may explain
things 
http://www.carehart.org/presentations/Step%20through%20your%20CFML%20code%20
with%20FusionDebug.ppt

I'll say again, also, that rather than raise the question here, you also
have the available [EMAIL PROTECTED] address, though I realize that
with the time difference you may prefer to start with your Aussie
colleagues.

/charlie
http://www.carehart.org/blog/

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Velevitch
Sent: Wednesday, October 11, 2006 11:56 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] FusionDebugger not breaking

I'm trying to work out why breakpoints are not firing for my Flash Remoting
application.

Here's my setup:

 Win XP Sp1
 Eclipse 3.1.1
 CF 7.0.1 Enterprise edition (multiserver edition with only one
instance)
 the built in webserver
 my webroot is virtually mapped (via jrun-web.xml):-
   virtual-mapping
 resource-path/*/resource-path
 system-pathC:/projects/system-path
   /virtual-mapping)
 my Eclipse folder structure is in the webserver (see the virtual
mapping)
 jvm.config is:-
   java.args=-Xmx512M -server -Dsun.io.useCanonCaches=false
-XX:MaxPermSize=128m -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS
-Dcoldfusion.rootDir={application.home}/ -Djava.compiler=NONE -Xnoagent
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8001

(see the screen dump for the way I have it configured)

Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---