Skip to content

Releases: Sakrac/IceBroLite

Extra debug data

25 Dec 11:06
5baf467

Choose a tag to compare

  • Added ability to load additional debug data (kickasm) in addition to already loaded debug data
  • Various compile fixes
  • GfxView fixes
  • Additional c64 executable file extensions
  • GfxSave saves current C64 graphics mode as graphics data (screen data, color data, character data)
  • [FMMazur] Linux/Mac supports symbolic links in the FileView window

GfxSave command to dump current screen data

25 Feb 20:57

Choose a tag to compare

  • Added the "GfxSave" command to the console that will output a text file with screen info and all the memory used (font, screen map, color map)
  • musuruan fixed format security issues
  • ".exe" is not required in the vice executable filename when not in Windows.
  • Unfortunately I have not been able to build mac due to lack of mac at home, so there are reported errors I can't investigate.

Vic 20 Graphics View

03 May 20:45

Choose a tag to compare

  • Added a Vic 20 text mode to the graphics view
    Since the debugger works with VICE Vic 20 I wanted to add something to support it.

Reload Debug / Symbols Button

28 Mar 18:30

Choose a tag to compare

  • Added a button to the Toolbar that reloads symbols without reloading the executable, set the debug file in the file menu
  • Added a Paths menu to the File drop down menu so existing paths can be viewed and optionally cleared. Paths are set from load buttons / menus.

Color Theme Editing

21 Mar 21:23
243bf07

Choose a tag to compare

Added color theme editing to a new menu.

Eight Memory Views

18 Mar 11:43

Choose a tag to compare

Doubled the numer of memory views

Layout Fixes (watch, breakpoints)

12 Mar 12:35

Choose a tag to compare

  • Watch result uses font width instead of font height to figure out how many elements wide to display
  • Breakpoint window add breakpoint fixed so now the breakpoint type is clearly visible
  • Trace window "clear" removes the empty entry and not just its contents so there are not a bunch of empty lists hanging around

Command line fix

04 Mar 19:23

Choose a tag to compare

  • When specifying -font=<file>,<size> on the command line also switch to that font immediately

Nightly build

09 Jan 19:54

Choose a tag to compare

Nightly build Pre-release
Pre-release

Work in progress for testing purposes

  • Disassembly code coloring
  • Custom Themes
  • Edit custom theme in-tool!

Bacchus suggestions

08 Jan 11:56

Choose a tag to compare

  • New manual site
  • New Commands for the Ice Console: poke, remember, forget, match (see Ice Console manual
  • Code View has a track PC option that tries to keep the PC at the same position in the Code View window so the disassembly moves when stepping instead of the PC marker
  • Graphics View overhaul (looks like I started doing this but just didn't remove old screenmodes) (see the Graphics View Manual

Primarily this release covers suggestions from Bacchus/FLT but also various bug fixes. Most of the changes appear stable but additional improvements are likely coming based on the changes from the previous version.