How can I increase the number of frames displayed in Webstorm debugger?

I'm using Webstorm to debug a node application. I've noticed that no more than 10 frames are ever displayed in the 'Frames' pane in the Debug area.

How can I show the entire list of frames?

Looks like this limitation comes from NodeJS debugging engine. The same number of frames is shown when application is debugged using node-inspector.