Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DEBUGGING APPLICATION ON CFSTUDIO

Status
Not open for further replies.

AeonFlux

Technical User
Jul 13, 2001
2
MX
Hi all, maybe you've discussed this topic before, but i did not found any help about this on the FAQ or Keyword Search. So the problem is this:

I can BROWSE and DEBUG the application, but when I insert a breakpoint and try to debug, everything seems to be ok but the application don't stop in the breakpoint and the VARIABLES TAB on debug is empty, I can see the line
breakpoint on the breakpoints line (with a yellow hand), but that's it... noting happend it just display the application in the browse pane.

The debug buttons on the left bottom part (the step over, step into, run to cursor etc) are not available, i mean, i cannot use them... either if i go to Debug>Run to cursor, etc...
Any idea?? i think the mappings are right, cause i can browse the cfm on the browse pane.

Im using CFstudio 4.5, Win98, and CFServer enterprise


Thanks in advance...
Aeon
 
i've never managed to make this working ... (actually i never even TRIED to, i think you really should check if the web SERVER is running, as well as the cf SERVER)
but still, you can check every variable by simply displaying them on the screen - a bit heavy but hey, it's the only way i found ..
for instance :
right after :
<cfquey name=&quot;whatever&quot; ...>....</cfquery>
call :
<cfoutput query=&quot;whatever&quot;>....</cfoutput>
to see what's been retrieved, and so on ....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top