Skip to content

samsaga2/debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

----------------
openMSX debugger
----------------

The openMSX debugger is a separate program that interfaces with
openMSX and controls its debugger from within a graphical user
interface.

* Requirements

The debugger requires the Qt5 GUI library to be installed.
If you are installing from binary packages, make sure you install the
development package (name ending with "-dev" or "-devel") as well.
For Mac OS X use "brew install qt5" to install the library.

A (reasonably) new version of openMSX.

* Building

Build with:

mkdir build
cd build
Qt6_DIR=~/Qt/6.6.0/gcc_64 cmake .. -G Ninja
ninja

* Installing

Install build/openmsx-debugger manually in any place you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.3%
  • Python 1.8%
  • Other 0.9%