Thomas Thomassen
Thomas Thomassen
hm... I was trying to use `skippy` to launch SketchUp on my mac, but I'm running into errors. I need to sort that out first.
Ok, got my dev environment corrected. I also observe that using the tasks from `tasks.json` doesn't launch SketchUp. I have to look closer that what's going on there. However, if...
For the sake of testing I also tried to launch another SketchUp version, this time one I didn't have the debugger installed to:  This...
While we figure this out, a workaround is to use a task that starts SU directly: ```json { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version":...
Because the debugging is a remote sessions (since it's running inside SU and not VSCode) we first need to launch SU with the debug command line args to enable the...
Any firewall or anything that could be blocking the ports?
> Is there more information I can look up about -rdebug 'ide port=7000'? Seems like something is going wrong somewhere with that.... We have the source code here. You could...
I'm experiencing that my python script terminates unexpectedly after calling `actor.trace_route`. `echo %ERRORLEVEL%` returns `-1073740791` I'm not able to find the source of the crash in the python code itself,...