Challenge Overview
We are using a framework called pxscene for a number of current projects. You can find more details here:
Recently documentation was added that describes how to integrate Visual Studio code debugger with pxscene for debugging local scripts:
https://github.com/johnrobinsn/pxCore/blob/master/examples/pxScene2d/VSCODE_DEBUG.md
This challenge will provide similar documentation, but targeting Atom.
Requirements
The goal of this challenge is to document and test a debugging setup targeting pxscene 0.25 (latest version) and Atom (https://atom.io/)
Your submission should include:
* Detailed setup documentation similar to the markdown above for Visual Studio Code
* Documentation on any required dependencies (like https://atom.io/packages/node-debugger)
* A video showing how to:
* Set a breakpoint
* Launch a pxscene script from Atom directly using a button or F5
* Connect to an existing running pxscene instance
* View the current variable values at a breakpoint
* Step forward, over, etc...
Your submission must support the same level of regular debugging functionality that Visual Studio code does using the instructions above.
Target
We will target Mac OS or Linux for the challenge. It would be additionally helpful and useful if your submission included instructions for both, but that is not required.
Recently documentation was added that describes how to integrate Visual Studio code debugger with pxscene for debugging local scripts:
https://github.com/johnrobinsn/pxCore/blob/master/examples/pxScene2d/VSCODE_DEBUG.md
This challenge will provide similar documentation, but targeting Atom.
Requirements
The goal of this challenge is to document and test a debugging setup targeting pxscene 0.25 (latest version) and Atom (https://atom.io/)
Your submission should include:
* Detailed setup documentation similar to the markdown above for Visual Studio Code
* Documentation on any required dependencies (like https://atom.io/packages/node-debugger)
* A video showing how to:
* Set a breakpoint
* Launch a pxscene script from Atom directly using a button or F5
* Connect to an existing running pxscene instance
* View the current variable values at a breakpoint
* Step forward, over, etc...
Your submission must support the same level of regular debugging functionality that Visual Studio code does using the instructions above.
Target
We will target Mac OS or Linux for the challenge. It would be additionally helpful and useful if your submission included instructions for both, but that is not required.