Questions tagged [go-python]

2 questions
0
votes
1 answer

How does attaching to a process work in VS Code debugger extensions?

I am trying to understand what happens / is supposed to happen when I attach to a process with a debugger in VS Code. I understand that I can create attach launch configurations in VS Code, and when I do this and start the debug configuration, I can…
Samufi
  • 2,465
  • 3
  • 19
  • 43
0
votes
3 answers

How to Grab All Globals as a Reference in Python?

I'm working on a project that's written in Go and uses go-python to run Python code inside. The way it works is you write code.py snippits, then the Go code throws in Global variables to use the internal API. i.e. code.py might look…
Dr-Bracket
  • 4,299
  • 3
  • 20
  • 28