このリポジトリでは、InterSystems IRIS サーバサイドで実行できるPython(Embedded Python)のデバッグ方法をご紹介します。 VSCode の Python デバッガは内部的に、debugpy を使用していますが、これは ...
Embedded Python is a feature of InterSystems IRIS that allows you to run python code in the same process as the IRIS database engine. no need to open any additional ports for communication between ...