2 thoughts on “ZJDBGPack 2.0 improved “batch-ability”

  1. Can the debugging information of ZJDBGPack still be used to generate stack dumps with the JEDI stack dump functions?

  2. It probably can: we’re using it for that purpose at work (though with a different stack dumper).
    You would just need to modify the part of JEDI that loads debug information to have it use the ZJDBG resource data instead. ZJDBG info is added as regular resource to the binary, and can be decompressed with DIUCL f.i.

Comments are closed.