(forgot to reply to the Google group, so hereby again)
Sure (although this requires a few
steps):
1) Clone my CATS project from github (git clone
https://github.com/jbaron/cats.git)
2) Start it with node webkit version 0.4.0 (I guess you don't need
instructions here ;)
3) Start developers tools: "Help -> Developers Tool"
4) In the developer tools go to "Sources"
5) Select main.js as the source
6) Set a breakpoint on line 586,
should read something like Cats.
mainEditor.
setTheme(
theme);
7) Now change the theme so you'll hit the breakpoint you just set:
Window -> Theme -> Eclipse
8) Watch the crash
Hope this helps
// Peter