-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Z80CPU Error: TypeError: Cannot read properties of undefined (reading 'start') #107
Comments
I could reproduce the described. Thanks for reporting. |
Could you please try out this fix. |
I can confirm that bug is fixed. |
"Also FYI another issue (I didn't posted) is fixed too" "to develop software for non ZX computer"
|
Changing PC register in active debug session corrupt session. Next click on StepIn or StepOver throws Z80CPU Error: TypeError: Cannot read properties of undefined (reading 'start') and makes debug session unable to continue.
Steps to reproduce the behavior:
Expected behavior
After changing PC register internal simulator should resume debug from new address stored in PC register (as reflected by cursor position on screen)
Version etc. (please complete the following information):
Additional context
Project files as cloned from https://github.com/maziac/z80-sample-program today.
All files including task.json and launch.json uses as is from above repo w/o any modification.
I believe this bug existed quite long. Tested also with Dezog 2.0
The text was updated successfully, but these errors were encountered: