Re: SuperDevMode and SourceMaps for ClojureScript debugging

2012-03-24 Thread Brandon Bloom


 Any suggestions on how to get started on tackling that?


Let's join discussions on this... over 
here: https://groups.google.com/d/topic/clojure/BUW6-1DqSsI/discussion

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: SuperDevMode and SourceMaps for ClojureScript debugging

2012-03-22 Thread Brian Rowe
Any suggestions on how to get started on tackling that?

On Tuesday, March 20, 2012 5:05:40 PM UTC-4, David Nolen wrote:

 On Tue, Mar 20, 2012 at 2:45 PM, Alexander Zolotko azolo...@gmail.comwrote:

 Ray Cromwell https://plus.google.com/u/1/110412141990454266397/posts, 
 a Google employee, has recently announced new feature in Chrome Dev Tools: 
 SuperDevMode 
 and 
 SourceMapshttps://plus.google.com/u/1/110412141990454266397/posts/Nvr6Se6eAPh.
  It 
 helps to map source code written in programming language that targets 
 JavaScript run-time (e.g. CoffeeScript) to resulting JavaScript code. Is 
 it feasible to utilize it to debug ClojureScript in a browser? Please share 
 your thoughts.


 Yep, looks promising and we definitely want to support it. Would love to 
 see someone tackle this project.

 David 



-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: SuperDevMode and SourceMaps for ClojureScript debugging

2012-03-22 Thread David Nolen
A pretty good overview here:
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

We need to modify the compiler so it produces an optional source map during
the emit phase.

David

On Tue, Mar 20, 2012 at 9:02 PM, Brian Rowe bripr...@gmail.com wrote:

 Any suggestions on how to get started on tackling that?


 On Tuesday, March 20, 2012 5:05:40 PM UTC-4, David Nolen wrote:

 On Tue, Mar 20, 2012 at 2:45 PM, Alexander Zolotko azolo...@gmail.comwrote:

 Ray Cromwell https://plus.google.com/u/1/110412141990454266397/posts,
 a Google employee, has recently announced new feature in Chrome Dev Tools: 
 SuperDevMode
 and 
 SourceMapshttps://plus.google.com/u/1/110412141990454266397/posts/Nvr6Se6eAPh.
  It
 helps to map source code written in programming language that targets
 JavaScript run-time (e.g. CoffeeScript) to resulting JavaScript code. Is
 it feasible to utilize it to debug ClojureScript in a browser? Please share
 your thoughts.


 Yep, looks promising and we definitely want to support it. Would love to
 see someone tackle this project.

 David

  --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

SuperDevMode and SourceMaps for ClojureScript debugging

2012-03-20 Thread Alexander Zolotko
Ray Cromwell https://plus.google.com/u/1/110412141990454266397/posts, a 
Google employee, has recently announced new feature in Chrome Dev Tools: 
SuperDevMode 
and 
SourceMapshttps://plus.google.com/u/1/110412141990454266397/posts/Nvr6Se6eAPh.
 It 
helps to map source code written in programming language that targets 
JavaScript run-time (e.g. CoffeeScript) to resulting JavaScript code. Is 
it feasible to utilize it to debug ClojureScript in a browser? Please share 
your thoughts.

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: SuperDevMode and SourceMaps for ClojureScript debugging

2012-03-20 Thread David Nolen
On Tue, Mar 20, 2012 at 2:45 PM, Alexander Zolotko azolo...@gmail.comwrote:

 Ray Cromwell https://plus.google.com/u/1/110412141990454266397/posts, a
 Google employee, has recently announced new feature in Chrome Dev Tools: 
 SuperDevMode
 and 
 SourceMapshttps://plus.google.com/u/1/110412141990454266397/posts/Nvr6Se6eAPh.
  It
 helps to map source code written in programming language that targets
 JavaScript run-time (e.g. CoffeeScript) to resulting JavaScript code. Is
 it feasible to utilize it to debug ClojureScript in a browser? Please share
 your thoughts.


Yep, looks promising and we definitely want to support it. Would love to
see someone tackle this project.

David

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en