Skip to content

Instantly share code, notes, and snippets.

@codewings
codewings / houdini_sop_python_debug_helper.py
Last active January 17, 2026 08:12
Use vscode to debug Houdini SOP python code
import linecache; s=hou.pwd().parm("python").eval(); n=hou.pwd().path(); linecache.cache[n]=(len(s), None, s.splitlines(True), n)