Simplify Debugging Python Nodes in Dynamo 🚀 #364
gswifort
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@CEXT-Dan, am I to understand that you are using Revit/Dynamo? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There may be some Dynamo for Revit users here too..
Introducing Dynamo Python Node Debugger, a tool designed to make debugging Python nodes easier, faster, and more efficient. Whether you’re working on complex scripts or just starting out, this tool integrates seamlessly with Visual Studio Code to give you full control over your Python code.
What does it do?
.dyn
files and creates temporary Python files for debugging.launch.json
file for Visual Studio Code.Screenshots
Where to get the code?
The source code is available here.
Beta Was this translation helpful? Give feedback.
All reactions