Skip to content

Commit 68e8753

Browse files
committed
Proper extension added
1 parent 327fd70 commit 68e8753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/attach/native_debugger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(executable, pid, flags, gems_to_include, debugger_loader_path, ar
3030

3131
def find_attach_lib(debase_path)
3232
attach_lib = debase_path + '/attach'
33-
known_extensions = %w(.so .bundle .dll)
33+
known_extensions = %w(.so .bundle .dll .dylib)
3434
known_extensions.each do |ext|
3535
if File.file?(attach_lib + ext)
3636
return attach_lib + ext

0 commit comments

Comments
 (0)