md-modules icon indicating copy to clipboard operation
md-modules copied to clipboard

ConvSym: Support additional information for symbols

Open vladikcomper opened this issue 3 years ago • 1 comments

A goal for the next major release of ConvSym would be to support the following additional information for symbol generation:

  • Optional code/data flag - determines whether a symbol points to code or data;
  • Optional source file and line information - lists which source file and line a symbol resides on.

vladikcomper avatar Dec 18 '22 21:12 vladikcomper

Since MD Debugger's Error Handler is now included in SGDK, source-line information will definitely come in handy there.

Note that this will be implemented in the next major version of my Debug Information (DEB) format, because the current version (DEB2) doesn't have a capacity for that.

vladikcomper avatar Dec 16 '24 06:12 vladikcomper