Giter Site home page Giter Site logo

pemsadebugger's Introduction

PemsaDebugger

Pico-8 / Pemsa Debugger and dev env


Installation:

As this is highly experimental there is no pre-built packages for the debugger, however you can still try it out: Currently only the linux builds succeed, cake is confusing so idk exactly how to fix this but I think macOS & Windows need some extra args passed to cmake --build ...

CI Artifacts

Every time a code change is made, github builds the debugger for Windows, Linux, and MacOS, then uploads the builds as "artifacts" you can easily download and run by following these steps:

  • Install the .NET 6 Runtime
  • Go to the Actions tab
  • Click on the first workflow run with a green checkmark (โœ…)
  • Scroll to the "Artifacts" section at the bottom
  • (Log in to github if you haven't already)
  • Download the artifact for your system

Build from source

Alternatively, you can build the debugger from source as follows:

Pre-requisites:

Linux/MacOS

  • Open a terminal and run sudo chmod +x build.sh to make the build script runnable
  • Then run build.sh and wait

Windows

  • Open a powershell instance as an admin
  • Run Get-ExecutionPolicy in said instance
    • If this prints out anything other then Bypass, write it down, then run Set-ExecutionPolicy Bypass and confirm all prompts
  • Run build.ps1 and wait

The finished build will be found under src/PemsaDebugger/bin/Debug/net6.0/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.