> If CF created class files that could be debugged with Java tools, we'd be
> debugging the generated Java code and not the CF code. Certainly it would
> work, but even those very familiar with Java would probably rather debug the
> CFML code directly.
>
> Or is there something else I'm misunderstanding?
You're missing something...
There are several compilers for various languages that target the JVM.
You can use Java debuggers with those and still see your original
source. A source level debugger uses the *original* uncompiled source
code - for any language - based on debugging information inserted into
the debug files associated with each class file.
--
Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

