Code Monkey home page Code Monkey logo

kismet-debugger's Introduction

kismet-debugger

Proof of concept kismet debugger for debugging blueprints running in release builds of Unreal Engine games. Built as a mod for UE4SS.

building

# clone recursively
git clone https://github.com/trumank/kismet-debugger.git --recursive
cd kismet-debugger

# build with cmake & ninja
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

installing

  1. Have a functional install of UE4SS with CPPSDK
  2. Copy ./build/KismetDebugger.dll to <UE4SS install>/Mods/KismetDebugger/dlls/main.dll
  3. Enable by adding KismetDebugger : 1 to Mods/mods.txt

usage

So far it's not very useful. There is a rudamentary nav/search bar to explore functions and set breakpoints. The call stack and local variables can also be inspected. Otherwise, there are still a lot of missing features you would expect a debugger to have.

preview.mp4

kismet-debugger's People

Contributors

trumank avatar ue4ss avatar

Stargazers

刘振坤 avatar Tangerie avatar  avatar

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.