Thomas Thomassen

Results 573 comments of Thomas Thomassen

I'm not sure if you can load the Debug dylib in a Release app. Refer to this page for how to use `xcodebuild` to build a Release build: https://github.com/SketchUp/sketchup-ruby-debugger/blob/main/Development.md (Sorry,...

Are you able to launch SU with the debugger attached, so you can break on the crash? We won't get the debug symbols reported in our tracker, so you'd have...

hm... yea, seems to be a boost error being thrown there... I need to get my hands on a machine with matching OS for this one I think....

I actually started on something like this a couple of weeks ago. It doesn't redirect STDOUT/STDERR, but a logger utility that would by default output to `$stdout`, but with an...

Yea, I've had a look at that in some projects. Useful when you want to log to a file. (So user can send you it if SU crashes etc, or...

@BugraBarin I added a Zip file with complete extension project and fleshed out repro steps.

So then we should probably prepare an example for standalone Ruby and submit that to the VSCode extension? (Any idea how one run a Ruby debug server for standalone Ruby?)

Why would the path names be of significance? I'm able to set/remove breakpoint as long as the debugger isn't busy stepping through code.

I managed to reproduce it with standalone Ruby. Even found an existing issue: https://github.com/rubyide/vscode-ruby/issues/44 Though it's nearly two years old... :/

Any experience with VSCode extension development?