hi <@U070SQMD1>, regarding <https://github.com/sof...
# lucee
j
hi @zackster, regarding https://github.com/softwareCobbler/luceedebug/issues/19: you mentioned that lucee can split large class files. can you provide any more detail on that? you pointed to a spot in the source, but it wasn't obvious how to tell lucee to do so.
z
As per the linked commit in my original comment, _compile has a Boolean option to split
j
but one has to build their own custom lucee to make that happen, right? there's currently no way to toggle that with a java opt / env var (or otherwise), right?
z
That's an internal lucee api
j
okay, what i'm getting at is that there currently isn't a way to leverage this feature as a lucee user, right? there would need to be a change made to lucee, itself, to make this accessible..
z
So lucee debug can just call it,
j
ohhh
z
"you break, u fix it" by calling this api more or less
j
Updated the ticket with that info:
PageSourceImpl._compile()
is an internal API that can be called by luceedebug with a
split
argument of
true
.