Replies: 5 comments 14 replies
-
A lot of people want to use python for development, most of them need a simple tutorial, such as how to get started, not everyone can understand after reading this readme, if you can record a video, or write a more detailed document, it will help more people to use your project, thank you very much |
Beta Was this translation helpful? Give feedback.
-
I don't know how it closed again, what a mess. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, there’s not a lot of documentation yet because the project is still under development. I hope to have more documentation soon. For now, help is one step at a time
|
8000 Beta Was this translation helpful? Give feedback.
-
Yay! Assuming you’re using VSCode for your editor. You first need to setup your VSCode configuration There’s a copy of my settings here: Next you will need to start the listener; there’s a sample here: in this sample,
And the break point should hit. Note, debugging is on for the session. As a side effect you can edit your code, use the in the next release, there will be a new command |
Beta Was this translation helpful? Give feedback.
-
you can build a redistributable package. I have not tried it yet, but it should work Concept, use the embeddable package (https://www.python.org/downloads/windows/) it’s a .ZIP file with a barebones Python package. From there you would make a .bundle package as described here --- PackageContents.xml Add the entries to autoload RxLoaderXXX inside PackageContents.xml |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, the project is so great that I can't wait to start writing my python code, but I read the readme and I don't know how to get started, how do I debug? How can I get my python code file to run correctly? I haven't had similar experience before, can you upload a video showing how to get started? For me, it's too hard
Beta Was this translation helpful? Give feedback.
All reactions