Skip to content

jkreindl/SulongDebugDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sulong Debugging Demo

This repository contains sample projects to demonstrate cross-language debugging of C and Ruby code using Sulong and TruffleRuby. Both language implementations are part of the GraalVM project.

Prerequisites

You can download the latest GraalVM release from Oracle. It already comes with Sulong included, but you may need to install other language implementations, e.g. for Ruby or Python, manually. Please refer to the GraalVM documentation on how to do that.

Please also ensure that you have Clang and LLVM, including the opt tool available on your path. For a list of compatible versions please check the Sulong README.

As we will use Chrome Devtools to debug the code, please make sure you have either Google Chrome or Chromium available.

About

Debugging C and Ruby on GraalVM

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors