z390development / z390

z390 Portable Mainframe Assembler and Emulator Project
GNU General Public License v2.0
37 stars 15 forks source link

RPI 0104: Source level debugger #5

Open adelosa opened 3 years ago

adelosa commented 3 years ago

Raised by Don Higgins 2005/11/18 Add source level GUI debugger showing source code and correct MLC and MAC line numbers during execution. 1) Generate az390 XCS cross reference file associating each even CSECT offset with source file and line. 2) Generate lz390 XLC cross reference file associating each load module CSECT with corresponding XCS cross reference file. 3) Build ez390 XAL cross reference table in memory cross referencing each current load module with corresponding XLC and SCS source file information. 4) Add CSECT and offset information to TEST and TRACE output - see RPI 784.

z390org commented 3 years ago

Already exists for zCobol. Source level debugger for HLASM still missing.