From: Keates, Mark (Mark.Keates_at_dendrite.com)
Date: 2001-08-03 10:03:28
Hi, > On Thu, Aug 02, 2001 at 10:26:23PM +0200, groepaz wrote: > > i think it should emit line-information for ALL > sourcefiles, even for > > assembler files created by the compiler itself... that > should make it > > easy to display mixed C/asm in a debugger and step through it - also > > the debugger doesnt really need to know which info is "more > important" > > since it would simply always prefer C over asm and have an option to > > switch to plain assembly. > > Yes, passing the problem to the emulator people would be an idea:-) The emulators have disassemblers in them and so don't really require swapping between 'C' and 'asm' files. Typically if you're building an app then the C file is compiled such that the S file is deleted after being assembled (i.e. CL65 rather than CC65). Therefore it wouldn't be available to the emulator :-( Mark ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:40 CET