Import CSV to different layers

Well, what can I say… try Windows? :scream:

Nope. I noticed this the other day when I was preparing something for a demo on my laptop.

So in its current state the python editor on the Mac should better not run with _EditPythonScript but rather _TestEditPythonScript.

1 Like

I take this back. I’m pretty sure that it didn’t work before but apparently it does work. Clicking on the left gray border before a line makes a line break

I am finding the Python debugger to be extremely difficult (ie impossible) to use.

  1. The debug window gets set to the back (behind the Rhino window) whenever you execute a debug command.

  2. There is no indication of what statement is being execute. Normally debuggers highlight or put an arrow next to the line being executed

  3. It is not clear how one can examine the value of a variable.