GithubHelp home page GithubHelp logo

nmische / coldfire Goto Github PK

View Code? Open in Web Editor NEW
19.0 6.0 9.0 1.51 MB

ColdFire is a project which provides ColdFuison debugging information in a Firebug panel. Installable distributions may be downloaded from the RIAForge project page.

Home Page: http://coldfire.riaforge.org/

JavaScript 63.16% ColdFusion 36.84%

coldfire's Issues

Not displaying debugging info on Railo

I'm having an issue with Railo 3.3.1, FF 9.01, and coldfire 1.9

I'm seeing correct debugging info coming from an ACF 9 server, so I know my setup is OK.

My debug template is running properly, coldfire headers are set and returned, but when I look at the ColdFusion tab in firebug I can only see information in the "General" tab. All the others are blank.

I've been comparing headers returned from CF vs. those from Railo, and they are almost identical, the only major difference is the order that query columns appear in the data struct.

Got any ideas on where I should look next? I'm a bit stumped at this point.

Coldfire 1.9.207.249 doesn't work in FF14 and Firebug 1.10.0

Hi there,

Coldfire appears to have stopped working since updating my Firefox to version 14.0.1. Before, with Firefox 13, I was able to download the old Firebug (1.9.2) and that would let Coldfire run. However, it appears Firefox 14 needs to have the latest Firebug, and killing my override to get Coldfire working. Can anyone please help?

Thanks,
Bridget

Use JSON.parse() to parse response headers

The AMO reviewer rejected the extension because it uses eval() to parse JSON. The extension should use JSON.parse(), however this means correcting the JSON produced by the coldfire.cfm debugging templates as they currently produce invalid JSON. The main issue seems to be that single quotes are escaped in JSON strings.

"Add variable" prompt stays visible in other Firebug tabs

Minor issue. If the Variables tab is selected in ColdFire panel then the bottom line where it prompts to add a variable remains visible in all other Firebug panels/tabs.

Config: W7 x64
Firefox: 9.0.1
Firebug: 1.9.0
ColdFire: 1.9.207.249
Bunch of other Firebug extensions installed.

ColdFire not displaying results in query intensive page

I have a couple different pages with intense query of queries that are displaying several table rows of data. With CF 10 and the latest version of ColdFire, the display is stopping about halfway through at a random point. There is no ColdFire output. When I turn off ColdFire, the page displays completely.

I have just upgraded to ColdFusion 10 and to the latest version of ColdFire (1.10.207.250).This was not a problem with CF 8.01 and the previous version of ColdFire.

I'm using FireFox 15.0.1 and Firebug 1.10.3

Please let me know if I can provide more information.

Thank you

DB queries, traces, timer and variable information not displaying

Hi Nathan, Thank you for this awesome debugging tool.
Why my installation for DB queries, traces, timer and variable information not displaying ?
General, exec times, exceptions, work well.
Action already taken:

  1. Coldfusion 10: debug output setting already checked.
  2. Trace.cfm already copied.
    our coldfusion application using object Oriented programming.

Detail:
Fire fox version 33.0
Firebug version 2.0.4
Coldfusion: 10

ColdFire.cfm not compatible with firebug extension

Hey Nathan,

I just installed ColdFire for the first time. I get the following error for the latest build:

"This version of the ColdFire extension, 1.9.239.1, is incompatible with the server's version of the ColdFire debug template, 207."

Any advice?

  • Jon

My Details:

Mac OS X 10.7.2
ColdFusion 9
Firefox 9.0.1
Firebug 1.9.0

Missing installation file

the installation text mentions the file coldfire_v1.10.XX.XX.xpi in the Firefox folder but there is no such file. is it needed?

ColdFire Tab Blank

I have followed the installation instructions and have searched all over for some help, but I am not getting any debug information in my ColdFire tab in Firebug. Even disabled/re-enabled. I would love to help out with some tips in the Wiki :)

Apache 2.2.24 (from source)
ColdFusion 10.0.8.284032
Fedora 18
FireFox 19.0
FireBug 1.11.2
ColdFire 1.11.208.151

Checked ColdFusion Debug Output Settings:
Enable Robust Exception Information
Debug Format: coldfire.cfm
Everything under 'Custom Debugging Format' checked

Not Processing Firebug Events (FB 1.10)

ColdFire was no longer working for me under FB 1.10.3 on Firefox 15. A quick look at the headers revealed that the ColdFire string was missing from the User-Agent. I modified the User-Agent manually to see if ColdFire would still read debug information that was returned and it did not.

ColdFire is apparently registered with Firebug using an outdated method and therefore does not receive events properly.

Changing the registration at the end of cfModule.js to the following fixed it for me:

Firebug.registerActivableModule(Firebug.ColdFireModule);

I am not sure if there might be further incompatibilities as I did not investigate further. This was enough to get the plugin working for me.

ColdFire causing Firefox error

Using the latest ColdFire on Firefox 11.0, if a page has even a medium amount of data in it with CF Admin routing debugging through COldFire, Firefox will throw a "The connection to the server was reset while the page was loading" error. Turning off request level debugging, or switching it to cassic.cfm or dockable.cfm fixes this, so it's something with ColdFire it seems.

OS X Lion 10.7.3
MAMP Pro
CF 9.0.1

Page response cuts occasionally

I noticed that my ColdFire extension works well but for few of my pages, page response cuts and page is not loaded.

I guess this happens when we have lots of query/query of query and lots of function calling.

Please test for larger page (with lots of query/query of query/cfc functions) of re-creating this issue. Let me know if you want more information.

2

1

ColdFire passes to much data via headers?

I think this is related to the same thing that issue #10 was experiencing.

He solved it by removing the "Report Execution Times", but I think that just kept too much data from being passed as headers. I run into this issue and commenting out the header building loops is how I found the "solution". In my instance, my server doesn't send the content-type header.

I think that there must be some max size for response headers on my computer.

I am running OSX 10.9.3, Coldfusion 10 and Apache 2.2.26

Extension not capturing redirects

In the 1.9 release moved from using the NetMonitor.onResponse() listener method to collect response headers to the NetMonitor.onResponseBody() method. It appears that onResponseBody() is not fired for redirects, so we need to use both listener methods in order to capture all response headers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.