Giter VIP home page Giter VIP logo

Comments (2)

tomatau avatar tomatau commented on July 24, 2024

Hey @nasushkov ! Thanks for your compliments!

For debugging server code I tend to use tests mostly.

For units, you can actually run most of the smaller pieces of server code in the browser unit tests npm test and open localhost:9001... there are some server gotchas but a lot still works. Then you can use the browser's development tooling which is really neat.

Other than that it's a case of just logging to the console :S Have you got the DEBUG env configured in your .env file? I find it very useful.

I've experimented with node-inspector for babel before, but it didn't work very smoothly... I think it's quite an unexplored area, especially as the babel ecosystem is moving so quickly!

Feel free to post the suggestions! Sooner the better too... as I'm currently working on documenting as much as possible!

NB: I do have one small refactor I'm working on for the server render so that the asset control is more visible but it's quite small.

from breko-hub.

nasushkov avatar nasushkov commented on July 24, 2024

Yes, I use DEBUG. Still I'd like to use breakpoints and other things that are available in a browser. I'll post my suggestions later today. Thank you.

from breko-hub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.