you may give a context to the goroutine?

在 2018年9月3日星期一 UTC+8下午2:03:24,Robert Engels写道:
>
> Hi, I recently started developing more complex concurrent Go applications.
>
> Using the debugger is very difficult - since when looking for a particular 
> routine, the list only shows the top level method - which is usually a 
> runtime park.
>
> Couldn't we have a syntax like:
>
> go name_exp fun() {...}()
>
> where name_exp is optional, and must resolve to a string, to name the 
> routine, and then the debugger would be far easier to use?
>
> I have to believe that others have encountered this? Maybe I don't know a 
> feature? I use Intelij which I believe integrates with the native debug 
> facilities.
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to