Skip to content

Instantly share code, notes, and snippets.

@tarcisiozf
Last active June 17, 2021 19:12
Show Gist options
  • Save tarcisiozf/01a3e8f002a8cf390534ec217eff88b3 to your computer and use it in GitHub Desktop.
Save tarcisiozf/01a3e8f002a8cf390534ec217eff88b3 to your computer and use it in GitHub Desktop.
Webstorm > Settings > Build, Execution, Deployment > Debugger > Stepping
  • Always do smart step into
  • Do not step into library scripts
  • Do not step into scripts:
  • /home/<USER>/.config/JetBrains/WebStorm2021.1/javascript/nodejs/**
  • node:internal/*
  • <node_internals>/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment