I found another issue while testing on Ubuntu 10.04 running Apache Tomcat 6.0.26 and OpenBD 1.5 I got the following error:
================================================ CFML Runtime Error No such function exists - debuggergetbreakpoints. Request /openbddebug/loadFile.cfm File Trace /media/sdc1/wwwroot/openbddebug/loadFile.cfm Type Expression Detail Error at line 1, column 15 Tag Context CFSILENT (/media/sdc1/wwwroot/openbddebug/loadFile.cfm, Line=1, Column=1) | +-- CFSET (/media/sdc1/wwwroot/openbddebug/loadFile.cfm, Line=15, Column=2) Source 12: <cfset LineNo = 1> 13: 14: <!--- Get the breakpoints ---> 15: <cfset breakpoints = DebuggerGetBreakpoints()> 16: <cfquery dbtype="query" name="breakpoints">select * from breakpoints where f=<cfqueryparam value="#url.f#"></cfquery> =============================================== This was running OpenBD 1.5 — Build Version: 2010-12-04 10:16:12 GMT Tomcat and OpenBD are installed in /opt/tomcat/openbd using proxypass in Apache. tomcat/conf/server.xml <Host name="aragorn"> <Context path="" docBase="/media/sdc1/wwwroot/"/> </Host> As you may note I renamed the directory to openbddebug because I had the same issues regarding debugging being turned on in the OpenBD admin. I added <cfsetting showdebugoutput="false" /> in the Application.cfm, and when I switched back to OpenBD 1.4 it worked fine with no errors. It was really nice to see a working instance of the debugger and it is GREAT!!! This will be a huge time saver. I understand 1.5 is still "alpha" and bugs are expected. I suppose this new issue should be moved to a new thread or a bug report. BTW: The above is totally unrelated to my issues running OpenBD 1.5 on Windows 7 discussed previously in this thread. Stan -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
