Toby Nelson

Results 15 issues of Toby Nelson

Hi, thanks for this nice script. Running mysql2sqlite on https://github.com/pau1ie/bbcmicro.co.uk/blob/master/db/db.sql then piping the result through sqlite3 produces syntax errors (but does convert the database more or less ok). It looks...

When debugging, it is often useful to keep track of the values of certain memory locations as the code is stepped through. So this request is for a new view...

debugger

Storing and reloading the "Saved States" as files on disk would allow more permanent storage of state, and allow save states to be shared with other people.

UI/UX

Feature request (if not already available): Is it possible to save a region of memory (e.g. save $7C00-$7FFF for MODE 7 screen data) just as raw binary data to the...

debugger

In the debugger is it possible to set registers when debugging?

debugger

I realise this is not always going to work (since some code plays with the stack in non-obvious ways), but when stepping through code in the debugger it's useful to...

debugger

Give the option to load a symbols file (in a vaguely standard format), and use the symbols in the Disassembly Debug view

debugger

Add ability to double click on an .ssd or .dsd file in the finder to load b2, mount the disk, and if applicable apply an automatic SHIFT-BREAK to run it....

UI/UX

This adds PBXLegacyTargets to the list of sections in the configuration list. This avoids an exception failure when saving projects with legacy targets. This also adds support for PBXBuildRule sections,...

**Describe the bug** I have a project file (attached) that can be loaded, but when saved errors out with a backtrace. **System information** 1. pbxproj version used: 3.4.0 2. python...

bug