Post

Replies

Boosts

Views

Activity

Reply to Console app not showing info and debug logs
It's 2023 and this bug is still present, hilarious but horrendous. Seems I need to brush Objective-C++ and integrate some sane solution like spdlogger, would be better.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Getting Valgrind to run on macOS 10.15 Catalina
XCode contains command line tool called leaks. Use it as follows: compile your_program_to_check with debug information: clang++ -g src.cpp -o your_program_to_check export MallocStackLogging=1 leaks --atExit --list -- ./your_program_to_check Report will hopefully give you lines where leaks occur.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Catalyst: Scrolling a UITableView by a mouse drag
Hi, did you resolved this?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21