Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
r@gnar.de #1
how to debug WDDXStruct?
I am using wddx in VisualBasic to send/receive content
Private Function On_Q_Go_creatingWDDXMessage(ByVal component As Object,
ByVal strQ_Go_id As String, ByVal strPublish As String)
....
Dim objWDDXPackage As WDDXStruct
....
My code is hanging now here:
----> Set objWDDXPackage = New WDDXStruct
It can not create the objWDDXPackage. I googled for information how to
debug this object and how to get errors but without success.
any ideas appreciated
Ragnar
r@gnar.de Guest
-
debug CF6/7
I need to know if there is an ide that can interactively debug CF6/7. I wish to set breakpoints, step thru code, read the values of vars etc. CF... -
How to Debug ASP.NET Web App with SSL
I have an ASP.NET web application on a virtual directory that is set to require SSL. After making the settings in IIS I try to debug from VS.NET and... -
Why can't I debug?
It used to stop at breakpoints. I had to re-install VS.net (2002, XPpro). Now it won't stop at breakpoints. I've set build to "DEBUG". ... -
I can't debug!
I'm a member of the admin group and debuggers group and I still get an error saying "UNABLE TO DEBUG ON THE WEB SERVER ACCESS IS DENIED" What... -
VB6 COM ASP DEBUG on XP
Hello. Soon after setting up my XP development machine with VB6, I applied the registry fixes that Microsoft describes to work around VB6 COM...



Reply With Quote

