microsoft/ChakraCore-Debugger

Investigate support for conditional breakpoints

kfarnung opened this issue · 1 comments

This can be done completely in this library by adding breakpoints and then on break checking the condition and only breaking if the condition is met.

fixed by #65