I’ve read everything I can find on debugging Acumatica source code, and I can’t figure this out.
I’m trying to debug the PXNoteAttribute.AttachFile() method in the PX.Data.dll. For some reason it’s renaming files with a GUID, when we programmatically attach them to an email.
I’ve done all the things like unchecking the “Just my Code” option in the Visual Studio debugging options, specified the correct location for the pdb files, and ensured that the dll and pdb file are from the same version.
As the screenshot shows, the modules window looks like it’s gonna work, and tells me the symbols are loaded, but the breakpoint shows the warning, and says they can’t be loaded.
What might I be missing?





