OpenBD / openbd-core

The original open source Java powered GPL CFML runtime engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect line number when debugging cfscript

standayweb opened this issue · comments

When there is an error in a cfscript tag it just shows the line number of the start of the cfscript tag, it should display the actual line of cfscript that it errored on.

Can you help me reproduce this? Any cfscript error I've seen includes the line number within the tag.

After speaking with Matt about this, I believe there was an onError function showing custom error output and not outputting line numbers properly so looks like this is probably a non-issue.