dumpChunk

abstract fun dumpChunk(): String

Dump the chunk to disk for debugging. This is expected to be called directly from the debugger, and should result in the production of three files: JVMChunk_«uuid».l1, JVMChunk_«uuid».l2, and JVMChunk_«uuid».class. This momentarily sets the JVMTranslator.debugJVM flag to true, but restores it to its original value on return.

Return

The base name, i.e., JVMChunk_«uuid», to allow location of the generated files.