Lloyd T Elliott
Lloyd T Elliott
I'm having this problem too. I'm developing a network application and it stops sending/receiving data, so I'd like to pause it and view a stack trace of the current execution...
PS --- attached screenshot. I realise my program probably has a bug, but if it's crashed then I'd like to know the stack trace for the crash, or if it's...
Hey all, I think that this situation occurs when the main() {} function reaches its end before all isolates finish, and then one of those remaining isolates raises an error....
I couldn't figure this out from the example code.