Re: fullscreen debugger
"Robert O'Hara" <rohara-h1UBTB8qgA32lB8bt/G8DwC/[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
Paul, Just getting C source line numbers as comments in the assembler output would be a huge step forward for me. Then we could add a post-processing step to place the C source lines themselves as comments in the assembler listing, so debugging via PER would be much more productive. This may be a dumb question, but how do I get the C source line numbers in the assembler output??? Thanks, Bob --- In [email protected], "kerravon86" <kerravon86@...> wrote: > > --- 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. >