bug-clinic icon indicating copy to clipboard operation
bug-clinic copied to clipboard

a nodeschool.io-style workshopper for learning how to debug Node.js apps

Results 12 bug-clinic issues
Sort by recently updated
recently updated
newest added

Removed dollar sign to make it easier to copy and paste

Students are using 8.10.0 at Nodeschool Baltimore and they are unable to finish due to the Traces exercise use of deprecated Node module `domain`. Some of our students are required...

See #14. Here's the output of the correct solution: ``` TAP version 13 # (anonymous) ok 1 loaded scenario OK ok 2 test bootstrapper was passed a server ok 3...

I'm doing bugclinic challanges, but I couldn't find any errors in scan exercice. The proposed server and client files pass verify with no errors. Although I have understood the concept...

verify only says to me: ``` # FAIL Your solution didn't match the expected output. ```

In this challenge, the "// handle error by printing something to stderr" is not tested in the run command ! I forget it and discovery in solve ;)

I get this output when trying to install on node v4.2.5 Philips-MacBook-Pro-2:tutorials Phil$ npm install -g bug-clinic npm WARN deprecated [email protected]: use [cross-spawn](https://github.com/IndigoUnited/node-cross-spawn) or [cross-spawn-async](https://github.com/IndigoUnited/node-cross-spawn-async) instead. WARN engine [email protected]: wanted:...

In the README it states "please note this is only about 2/3 complete". However the last commit was on Nov 1, 2014. Is there more work planned, or is the...

attempted to install this via ``` npm --global install bug-clinic ``` and install results looked good except for C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(297,5): warning MSB8003: Could not find WindowsSDKDir variable from the...

Copying the solution from the package folder gives: ``` $ bug-clinic run 8.js TAP version 13 # (anonymous) not ok 1 tracer exited OK --- operator: equal expected: 0 actual:...