Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support node's --debug-brk=1234 syntax to have debugger listen on specif... #852

Closed
wants to merge 1 commit into from

Conversation

focusaurus
Copy link

...ic port

I like to use a range of ports for each project so I can switch between projects at will without worrying about port conflicts. This is supported by node but was not supported by the mocha wrapper.

@tj tj closed this in a4e19d3 May 22, 2013
wvl added a commit to wvl/mocha that referenced this pull request May 29, 2013
* upstream/master: (63 commits)
  mkdirp dep - latest version
  add object diff test
  style
  Release 1.10.0
  remove anon-wrapper in tail.js now that the entire thing is wrapped
  refactor
  use resolve() instead of join() for --require
  change to always use word-based diffs for now. Closes mochajs#733
  add support to pass through flags such as --debug-brk=1234. Closes
mochajs#852
  remove a comment
  Add globbing to support windows-style globs.
  Adding filterLeaks() condition to not consider indices in global
object as leaks
  fix mocha.css whitespace
  Restricting css rules to the mocha container as necessary. Should
minimize interference with external styles
  add sans-serif for arial fallback
  fix weird "em" whitespace
  Save timer references to avoid Sinon interfering in the browser build.
  prevent hooks from being called if we are bailing
  adding before hook to --bail test
  Support `--prof` for profiling
  ...

Conflicts:
	mocha.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant