Attaching VsCode to 3dsMax 2020 - Timeout Error while Attaching to process

johne9RN66
Participant
Participant

Attaching VsCode to 3dsMax 2020 - Timeout Error while Attaching to process

johne9RN66
Participant
Participant

Hi,

 

I'm trying to debug my python tool using VsCode by attaching it to the 3ds Max Process but it seems that it doesn't work anymore, it always gives me a timed out waiting for error

johne9RN66_1-1650967086647.png

 

johne9RN66_0-1650967069220.png

 

0 Likes
Reply
Accepted solutions (1)
436 Views
2 Replies
Replies (2)

MartinBeh
Collaborator
Collaborator

What are your steps to connect VSCode to 3ds Max?

Martin Breidt

http://scripts.breidt.net

EESignature

→ please 'Like' posts that are helpful; if a post answers your question please click the "Accept Solution" button.
0 Likes

johne9RN66
Participant
Participant
Accepted solution

It just simply attaching to a process id then looking for 3dsmax.exe but we managed to find the solution, it's because the vscode-python extension already dropped support for python2 which is used by 3ds max 2020 which I was using.

 

So I just rolled back to this version v2021.12.1559732655 (but I tried on another PC the first version that was released this year-2022)

johne9RN66_0-1651069507622.png

 

0 Likes