RE: fullscreen debugger
"Rocky" <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
Paul Does the "C" code generate an assembler listing? Haven't really given thoughts to that yet. Basic idea was to get a one to one debugger against Machine Language. STOP on address and display/alter various storage and registers Here I am really working blind so all all ideas are welcome. I am not going to start for another week or two - Have to make with my wife for the last project. I know COBOL or PL1 can give assembler listings. Does the "C" do that also? Roc _____ From: [email protected] [mailto:[email protected]] On Behalf Of kerravon86 Sent: Tuesday, August 17, 2010 05:19 To: [email protected] Subject: [H390-VM] fullscreen debugger --- In [email protected] <mailto:H390-VM%40yahoogroups.com> , "Rocky" <rocsystems@...> wrote: > > Next project is a full screen debugger for VM/370 > - Just thinking about that now - any ideas are welcome. Well one thing that would be good is for it to also debug C code. GCC has the ability to intersperse the assembler output with C source line numbers. So it would be good if you wrote with the idea that the source language may not be assembler, even if you "only" support assembler to start with. Note - I don't tend to debug using a debugger myself. Nor do I write much code on VM specifically. It's just a general suggestion. BFN. Paul.