Skip to content
/ sddbg Public

debugger for the sdcc compiler

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENCE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

bkleiner/sddbg

Repository files navigation

SDDBG

This is a fork of Ricky White's ec2drv, with support for a homegrown ti-cc debugger and many fixes and improvments

New features include:

  • built in dap-server
  • full cmake built system
  • improved step logic
  • register inspection
  • call stack inspection
  • automatic disassembly of uncovered code

Building

Before building, fetch the git submodules with:

cd <path-to-sddbg>
git submodule update --init

Generate the build files & build the project:

cd <path-to-sddbg>
mkdir build
cd build
cmake .. # alternatively cmake .. -GNinja
make

About

debugger for the sdcc compiler

Topics

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENCE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages