You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -237,10 +237,14 @@ Running darktable with Lua debugging enabled provides more information about wha
237
237
238
238
Open a terminal and start darktable with the command `snap run darktable -d lua`. This provides debugging information to give you insight into what is happening.
239
239
240
-
### Linux and MacOS
240
+
### Linux
241
241
242
242
Open a terminal and start darktable with the command `darktable -d lua`. This provides debugging information to give you insight into what is happening.
243
243
244
+
### MacOS
245
+
246
+
Open a terminal and start darktable with the command `/Applications/darktable.app/Contents/MacOS/darktable -d lua`. This provides debugging information to give you insight into what is happening.
247
+
244
248
### Windows
245
249
246
250
Open a command prompt. Start darktable with the command "C:\Program Files\darktable\bin\darktable" -d lua > log.txt. This provides debugging information to give you insight into what is happening.
0 commit comments