This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Debugging
Nikolaj Ivancic edited this page Mar 23, 2021
·
16 revisions
Meta:
This section will describe all details of debugging a Redwood application session using Visual Studio Code, as well as other methods used in the context RWSJ app development
There are a couple of old references that should be evaluated here:
Since it is likely that Windows platform using developers may still use tools other than the VSCode family of tools, I will also cover the following:
- Get Started With Running JavaScript In The Console
- Using Visual Studio to Debug JavaScript via Windows Script Host (WSH)
- vscode-js-debug
others based on feedback from this article
This section on Debugging, needs an actual RWJS application that is used as a model for various debugging techniques explained in this section. Please see this README.md document to learn how to fetch that information, then return back here, to start the debugging tutorial.
©2021 Tom Preston-Werner
Redwood is released under the MIT License