Working with debugging projects
Debugging session information can be saved and loaded using Debugging Project files (*.dzx).
These can be saved and loaded independently of the underlying ZX Spectrum state and are used to store debugging session information such as Breakpoints, Watches, Bookmarks and Comments.
Spectaculator automatically creates a new debugging project when you first open the debugger.
To save a debugging project
On the debugger File menu, click Save or Save As.
Choose a filename and click Save.
To load a debugging project
On the debugger File menu, click Open.
Find the Debugging Project files (*.dzx) file and click Open.
To create a new debugging project
On the debugger File menu, click New.
Creating a new debugging project will discard any existing debugging session information.
Tip
When debugging code loaded from a snapshot file, the debugger will automatically look for a .dzx file in the same folder as the snapshot file.