简体   繁体   中英

WebStorm 11, Node-Express debugger does not collect data

I'm trying to analyze my request object

app.post('/:path*', function(req, res) {
    console.log('foo'); // breakpoint 
}

When Debugger stops, it say "Collecting data..." but never shows any information. No matter if its local or global or whatever.

WebStorm 11 doesn't support V8 that comes with Node6. WEB-21192 is fixed in WebStorm 2016.1.*

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM