-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Sketchup 2024, Windows 11, sketchup-ruby-debugger 2024
Steps to reproduce:
- Deactivate debugger (I change the .dll to .off to deactivate)
- Start Sketchup
- In Ruby console type
require "csv"
returns =>true - Type:
string = "foo,0\nbar,1\nbaz,2\n" CSV.parse(string)
- returns
=> [["foo", "0"], ["bar", "1"], ["baz", "2"]]
Now reactivate debugger (change the .off to .dll)
- Start Sketchup
- In Ruby console type
require "csv"
- returns =>true
- Type:
string = "foo,0\nbar,1\nbaz,2\n" CSV.parse(string)
- returns
#<TypeError: no implicit conversion of nil into String> => nil
Metadata
Metadata
Assignees
Labels
No labels