I am using SDCC, but I haven't succeded loading symbols (either from .map files and from .sym files) in OpenMSX debugger. Is there an easy way of doing so?
Ok, I don't even known how to use openMSX debugger in the first plase, but since I use SDCC and openMSX since years, I take note of this and kindly thank You.
Ok, I don't even known how to use openMSX debugger in the first plase, but since I use SDCC and openMSX since years, I take note of this and kindly thank You.
Run OpenMSX.
Run OpenMSX Debugger.
In OMD:
a) select System|Connect
b) [Optional] System|Symbol Manager|Add (here goe the output of the python script, or any other compatible symbol file)
c) Add breakpoints anywhere you please.
d) Use as any other step-by-step debugger you are used with.