dirac icon indicating copy to clipboard operation
dirac copied to clipboard

A Chrome DevTools fork for ClojureScript developers

Results 20 dirac issues
Sort by recently updated
recently updated
newest added

I'm getting a number of warnings about missing `is` methods when compiling with recent versions of ClojureScript (it seems to have been introduced by version [1.10.896](https://github.com/clojure/clojurescript/releases/tag/r1.10.896)): ``` [Figwheel:WARNING] Compile Warning...

![image](https://user-images.githubusercontent.com/249553/108489146-2d1a4500-72dc-11eb-9a62-c0dd4b7551c4.png)

Investigate if it would be possible to evaluate code on a paused breakpoint when using loopback mode. This is continuation of the discussion: https://github.com/thheller/shadow-cljs/issues/636#issuecomment-706654730

I was trying every trick to install to my windows machine and didn't work. Is it possible to bundle this permanently to chrome with some manual methods. I was thinking...

Hello! I'm playing around with shadow-cljs + electron (which seems to work really nice!). dirac seems like it would benefit me greatly, so I tried adding it using electrons `BrowserWindow.addDevToolsExtension(path)`...

help wanted

All your examples, documentation are aimed at leiningen. Having difficulties here to build me a working setup to make dirac work on build.boot (boot-clj) instead. So far all my attempts...

Hi, In the attached screenshot, you can see that the local "nodeleaf-id" is shown several times in the list at the right side. Only one of those instance is correct...

bug
upstream

This error wasn't reported as Dirac Internal Error: ``` Uncaught TypeError: this._targetAgent.setAttachToFrames is not a function at new SDK.ChildTargetManager (TargetManager.js:409) at SDK.TargetManager.createTarget (TargetManager.js:224) at SDK.TargetManager._connectAndCreateMainTarget (TargetManager.js:351) at SDK.TargetManager.connectToMainTarget (TargetManager.js:323) at...

enhancement

Do feel free to shoot this down if this is not an issue with dirac, rather some of the other dependencies, a combination, or a too complex setup to dig...

repro needed