diff --git a/Frameworks/OakTextView/src/OakTextView.mm b/Frameworks/OakTextView/src/OakTextView.mm index 5efa0f1f..f94ebf0e 100644 --- a/Frameworks/OakTextView/src/OakTextView.mm +++ b/Frameworks/OakTextView/src/OakTextView.mm @@ -3596,6 +3596,7 @@ static char const* kOakMenuItemTitle = "OakMenuItemTitle"; D(DBF_OakTextView_DragNDrop, bug("plain text: %s\n", [text UTF8String]);); if(shouldMove) { + crashInfo << text::format("buffer size: %zu", documentView->size()) << ", move selection (" << to_s(documentView->ranges()) << ") to " << to_s(pos); documentView->move_selection_to(pos); } else