Last active
January 17, 2026 08:12
-
-
Save codewings/115fffe253dcf55de31501eb471a245a to your computer and use it in GitHub Desktop.
Use vscode to debug Houdini SOP python code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import linecache; s=hou.pwd().parm("python").eval(); n=hou.pwd().path(); linecache.cache[n]=(len(s), None, s.splitlines(True), n) |
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.