On Wed, Jun 18, 2003 at 10:56:30AM -0400, Bill Stoddard wrote: > So what, if anything, would need to change in BSF to enable clean debug > support?
Umm...unclear. If debugging an engine via interpreted mode, an API needs to be provided to access the debugging functions of the engine. If we are thinking of debugging the generated bytecode, nothing needs to happen in BSF proper, but a postprocessor needs to be created that modifies the bytecode LineNumberTable and SourceFile attributes to match the original script source (and, if we're talking about Jasper, allows the bytecode to be used/integrated into the generated servlet). Victor -- Victor J. Orlikowski | The Wall is Down, But the Threat Remains! ================================================================== [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
