Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbols not shown during debuging with a ORG instruction #206

Closed
prb28 opened this issue Feb 9, 2022 · 1 comment
Closed

Symbols not shown during debuging with a ORG instruction #206

prb28 opened this issue Feb 9, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@prb28
Copy link
Owner

prb28 commented Feb 9, 2022

from issue 8 of wks eexample

tastymushroom :
Cheers!
I know it’s just a tiny thing, but I thought I’d let you know.

Also would you have any idea why symbols aren’t available during debug if I org my code?
E.g.
If I org my code @ $20000 then breakpoint and type ${CopperSave} then I get an unknown symbol error. If I comment out the ORG $20000 line and try the same thing, I get a good value returned.
Thanks a lot

@prb28 prb28 added the bug Something isn't working label Feb 9, 2022
@prb28 prb28 self-assigned this Feb 9, 2022
@prb28
Copy link
Owner Author

prb28 commented May 7, 2022

The ORG instruction makes the compiler (vasm) remove the line debug information.
The discussion on EAB : http://eab.abime.net/showthread.php?t=109759.
Not a bug.

@prb28 prb28 closed this as completed May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant