erlyberly icon indicating copy to clipboard operation
erlyberly copied to clipboard

Query: What is the use of "Add breaker" operation?

Open bhuvanplus opened this issue 1 year ago • 2 comments

Operation performed: I right clicked on a trace and clicked on the operation "Add Breaker". As a result, a new entry is added in the Trace window with function=BREAK

Query: What is the use of this operation? Does it allow the user to debug an Erlang process by setting breakpoint, so that the process stops when the breakpoint is hit. Does it allow user to inspect the variables, once breakpoint is hit. Please clarify.

bhuvanplus avatar Mar 08 '23 16:03 bhuvanplus

The same question

SilverBob avatar Jan 08 '24 07:01 SilverBob

It appears to be a simple visual "break" from one trace output to another so you can know which group of tracing happened before and after you manually insert the break line. I plan to use this to visually separate tracing from one test case to another when reproducing problems or reverse-engineering our codebase.

kg5000 avatar Apr 05 '24 19:04 kg5000