mobxjs / mobx-react-devtools

[DEPRECATED] Tools to perform runtime analyses of React applications powered by MobX and React
MIT License
1.23k stars 49 forks source link

It's too difficult to find error in 'action' #77

Closed wang12124468 closed 6 years ago

wang12124468 commented 6 years ago

if a error is in 'action', I must open the ‘action’ in 'console' to see the error。

mweststrate commented 6 years ago

Sadly can't really change this afaik, if tracing is enabled, we use grouping in the console logs, which means that anything that is printed to the console when during a group, will be printed inside the group, regardless where it is coming from. But if you are debugging anyway, consider using break-on-error to find exceptions, rather then the console.