Giter VIP home page Giter VIP logo

cljs-debug's Introduction

cljs-debug

A debugging infrastructure for ClojureScript that leverages the WebKit Remote Debugging Protocol as featured in nightly builds of Chromium and WebKit.

Getting Started

Install Leiningen. In your checkout run lein deps.

Then compile the simple ClojureScript example that comes with the repo at the command line by starting a Leiningen REPL with lein repl. Enter the following:

user=> (require '[cljs.closure :as cljsc])
user=> (cljsc/build "example/" {:optimizations :simple :pretty-print true :output-to "example/main.js"})

In order to debug the generated ClojureScript you will need a nightly build of Chromium. You can get that here

Start the browser at the command line:

/full/path/to/Chromium --remote-debugging-port=9222

Open the file:///full/path/to/example/index.html in a new tab in your browser.

Now we can connect to this page to debug it. Start a Leiningen REPL if you don't already have one running with lein repl

user=> (use 'cljs-debug.core)
user=> (list-pages)
{1 "ClojureScript Debugger", 0 "New Tab"}
user=> (connect-to! 1)
...
user=> (enable-debug! 1)
...

By taking a look at the source you should be able to figure out what's going on. Not much has been implemented. If you've signed a Clojure CA join the fun!

License

Copyright (C) 2011 David Nolen

Distributed under the Eclipse Public License, the same as Clojure.

cljs-debug's People

Contributors

swannodette avatar

Stargazers

 avatar  avatar

Watchers

 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.