'Step Over' doesn't work while debugging sails App using Webstorm 8

clark

I'm trying to debug a Sails App with WebStorm(8), but "Step Over" doesn't work.

The app will stop at the breakpoint, but when I do "Step Over/Into/...", the app will resume to run. I have try different breakpoints and a different Sails version(0.10), still don't work.

enter image description here

debug output:

/usr/local/bin/node --debug-brk=63616 --nolazy app.js
debugger listening on port 63616
error: Grunt :: debugger listening on port 63616

info: 
info: 
info:    Sails.js           <|
info:    v0.9.16             |\
info:                       /|.\
info:                      / || \
info:                    ,'  |'  \
info:                 .-'.-==|/_--'
info:                 `--'-------' 
info:    __---___--___---___--___---___--___
info:  ____---___--___---___--___---___--___-__
info: 
info: Server lifted in `/Developer/Projects/WebStormProjects/sailsApp`
info: To see your app, visit http://localhost:1337
info: To shut down Sails, press <CTRL> + C at any time.

debug: --------------------------------------------------------
debug: :: Mon Apr 07 2014 17:33:29 GMT+0800 (CST)
debug: 
debug: Environment  : development
debug: Port     : 1337
debug: --------------------------------------------------------
info: handshake authorized DW3xntN8ikUSnkJKiQ2T
info: transport end (undefined)
info: handshake authorized kBuc8aJFzqKHAAgriQ2U

As you can see, the app stops at line 20, but once I press 'Step Over'(or other "Step ****"), the app won't stop at line 21, it will continue to run, unless I setup another breakpoint at line 21.

enter image description here

Do I miss something? Or it a sails' bug or webstorm's bug? I could debug other express apps using WebStorm, this has never happened before.

lena

Just tried debugging simple sails app in WebStorm8 - with breakpoint set exactly on the same line of node_modules\sails\lib\hooks\controllers\controller.find.js stepping in/over works as expected. But you have to either remove node_modules from javascript libraries (Settings/javascript/libraries) or make sure to uncheck 'Do not step into library scripts' checkbox in Settings/Debugger/javascript

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

'Step Over' doesn't work while debugging sails App using Webstorm 8

From Dev

Can't step over code in Visual studio while debugging

From Dev

Debugging Android App in Eclipse Doesn't Work

From Dev

Debugging Android App in Eclipse Doesn't Work

From Dev

Windows 8 Mail app doesn't work with Gmail when 2-step verification is enabled

From Dev

Webstorm 8 trial - Live Edit doesn't work

From Dev

Eclipse: Launching Debugging Mode for Android App often doesn´t work

From Dev

iOS: App doesn't work after a while (parallel installation of Xcode 8)

From Dev

VBA - Set Property in Subroutine to Automatically Step Over While Debugging

From Dev

VBA - Set Property in Subroutine to Automatically Step Over While Debugging

From Dev

SignalR Core app deployed to Azure doesn't work over https

From Dev

Sails/Waterline Populate doesn't work as expected

From Dev

IntelliJ(WebStorm) Mongo Explorer doesn't work

From Dev

IntelliJ(WebStorm) Mongo Explorer doesn't work

From Dev

webstorm doesn't stop on breakpoints in nodejs app

From Dev

webstorm doesn't stop on breakpoints in nodejs app

From Dev

Debugging protractor using WebStorm

From Dev

Semantic Zoom doesn't work in Windows 8 app

From Dev

Override create for a debugging purpose (doesn't work)

From Dev

qbs QML debugging doesn't work

From Dev

Setting Sails js view extension doesn't work

From Dev

Cloudinary + Sails.js direct upload doesn't work

From Dev

passport.js doesn't work on sails socket environment

From Dev

App doesn't work with ViewHolder

From Dev

Bluetooth app doesn't work

From Dev

Listen EADDRINUSE error while debugging in sails

From Dev

AppCache doesn't work on IE over SSL

From Dev

pptp VPN over WiFi doesn't work

From Dev

Javascript drag over event doesn't work

Related Related

  1. 1

    'Step Over' doesn't work while debugging sails App using Webstorm 8

  2. 2

    Can't step over code in Visual studio while debugging

  3. 3

    Debugging Android App in Eclipse Doesn't Work

  4. 4

    Debugging Android App in Eclipse Doesn't Work

  5. 5

    Windows 8 Mail app doesn't work with Gmail when 2-step verification is enabled

  6. 6

    Webstorm 8 trial - Live Edit doesn't work

  7. 7

    Eclipse: Launching Debugging Mode for Android App often doesn´t work

  8. 8

    iOS: App doesn't work after a while (parallel installation of Xcode 8)

  9. 9

    VBA - Set Property in Subroutine to Automatically Step Over While Debugging

  10. 10

    VBA - Set Property in Subroutine to Automatically Step Over While Debugging

  11. 11

    SignalR Core app deployed to Azure doesn't work over https

  12. 12

    Sails/Waterline Populate doesn't work as expected

  13. 13

    IntelliJ(WebStorm) Mongo Explorer doesn't work

  14. 14

    IntelliJ(WebStorm) Mongo Explorer doesn't work

  15. 15

    webstorm doesn't stop on breakpoints in nodejs app

  16. 16

    webstorm doesn't stop on breakpoints in nodejs app

  17. 17

    Debugging protractor using WebStorm

  18. 18

    Semantic Zoom doesn't work in Windows 8 app

  19. 19

    Override create for a debugging purpose (doesn't work)

  20. 20

    qbs QML debugging doesn't work

  21. 21

    Setting Sails js view extension doesn't work

  22. 22

    Cloudinary + Sails.js direct upload doesn't work

  23. 23

    passport.js doesn't work on sails socket environment

  24. 24

    App doesn't work with ViewHolder

  25. 25

    Bluetooth app doesn't work

  26. 26

    Listen EADDRINUSE error while debugging in sails

  27. 27

    AppCache doesn't work on IE over SSL

  28. 28

    pptp VPN over WiFi doesn't work

  29. 29

    Javascript drag over event doesn't work

HotTag

Archive