When trying in developer-tools to see what the expression process.title = "test" would do (using the watch expression functionality), node-webkit crashed immediately. No problem, can happen.
However whenever I now open the developer-tools, my node-webkit application immediately crashes (this is all on OSX Mavericks). I guess this is caused by the watch expression "process.title= ..." still being remembered/cached and executed as soon as I open the developer-tools. Does anyone know where node-webkit stores its data on OSX so I can manually purge this cache.