Basic debugging library and toolkit
WebIDL
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE
README.md
console.webidl
debuglib.seru

README.md

Debugging library and toolkit

Example Usage

from "github.com/Serulian/debuglib:master" import Log

function<void> StartApp() {
	Log('this is a log message')
	Log(42)
}