jack franzen

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
jack franzen created a post, QOL idea: allow breakpoint toggle off on automatic breakpoints such as Debugger.Break();
I'm going to be honest, I haven't used conditional breakpoints yet. I don't know if I ever will. Instead I expose a debug flag on the object I want to break-point. if(debug) debug = debug; (break...