karad / lein_template_descjop

A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
http://descjop.org
394 stars 16 forks source link

Is there a way to repl into main process ? #30

Open Cka3 opened 7 years ago

Cka3 commented 7 years ago
  1. Hello, and thank you for your efforts )

  2. Is there a way to get repl for electron main process?

karad commented 7 years ago

Thank you very much for making new issue! About No.2 topic, I think that you have to write new figwheel profile (maybe adding new figwheel port) in profile.clj. so, I'm going to charenge this way.

Cka3 commented 7 years ago

So you haven't done thit yet? How do you debug main process then? I'm using console.log for debug now and that is not very fun. Trying to send message from main to renderer second day in a row :(

Cka3 commented 7 years ago

@karad Any updates?