Skip to content

Zasch/halik

This branch is up to date with pbadenski/halik:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fab591a · Oct 16, 2019

History

2 Commits
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Oct 16, 2019
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016
Sep 24, 2016

Repository files navigation

If I had asked people what they wanted, they would have said faster horses.

Henry Ford

Intro: https://vimeo.com/165758772

More videos: https://vimeo.com/channels/halik

Install

Prepare environment

$ mkdir /var/halik
$ brew install python

Backend

$ cd server
$ npm install

Web UI

$ cd web/
$ npm install
$ bower install
$ gulp

Java agent

$ cd javaagent
$ ./install-idea
$ mvn install

If you need faster feedback cycle you might want to skip tests and proguard:

$ mvn -DskipTests -Dskip.proguard=true package

Run

Web UI

$ cd server/
$ npm start

Go to: http://localhost:33284

Quicksort example

Run from IntelliJ with VM options: "-javaagent:javaagent/target/uber-halik-javaagent-1.0.0-SNAPSHOT.jar"

It's likely you'll need to pass parameters at the end "=...". Look at AgentMain class for details.

Competition

In enterprise:

In educational space:

Similar products

About

Halik - Debugging can be exciting!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.6%
  • Java 33.8%
  • CoffeeScript 19.0%
  • CSS 2.4%
  • HTML 2.0%
  • Shell 0.2%