iOS Question dispatch_async (dispatch_get_main_queue (), ^{ ... } in debugger

Semen Matusovskiy

Well-Known Member
Licensed User
It looks that debugger breaks at least global variables, assigned inside {...}. All works in release mode.
Is it possible to do something ?
 

Semen Matusovskiy

Well-Known Member
Licensed User
In my inside {...} calls Basic subroutine and this subroutine assigns value to global variable.
What is strange that there are troubles with simple variables (int), but List (of bitmaps) keeps values.
 
Upvote 0
Top