fullscreen debugger
"kerravon86" <kerravon86-/[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "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.