Problems debugging hacked NSF with FCEUXD NSF debugger

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Problems debugging hacked NSF with FCEUXD NSF debugger
by on (#51099)
My FCEUXD NSF debugger is telling me that my hacked HEBEREKE.NSF that was working, but there was somthing wrong

Can anyone solve it, If so, send me a PM.

It's stuck at an invalid address: $381E

EDIT: just so you know, that hacked NSF will not work right now,

by on (#51482)
In the debugger, have it break on the song init address from the NSF(0x08 in NSF)

Load the NSF, set the breakpoint, then reset emulation.

When it hits the song init breakpoint, add a breakpoint for 381E

Go into the trace logger, start it, then press Run in the debugger.

The fault should be easier to find, or obvious.