You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a DebugProxy instance only keeps track of breakpoints that it sets. This allows multiple developers to debug the same application in production from different IDEs simultaneously without any risk or confusion. However, there should be a way for developers to toggle whether or not they want to see every breakpoint on the debuggee.
Currently, a DebugProxy instance only keeps track of breakpoints that it sets. This allows multiple developers to debug the same application in production from different IDEs simultaneously without any risk or confusion. However, there should be a way for developers to toggle whether or not they want to see every breakpoint on the debuggee.