EricCD-S
Results
3
issues of
EricCD-S
i am trying to realize debug function via --dap, i start "graalpy --dap test.py" in a subprocess and communicate by socket, but i can not set breakpoints. I follow the...
If i start debugger with command line, can i forbid loading gradle version?
question
client/integration
When debugging program with dap ,i find graaljs will return program's output with event "stdout", but graalnodejs will not. Can i redirect output to graalnodejs like graaljs?