Current Status
When I use the Chrome browser's 【F12 console】 to debug code, this sentence always interrupts all debugging logic repeatedly.

The location of the relevant code is at
Expect normal behavior of code
Only when developers need it, they self can add 【debuggers / BreakPoint】 to relevant statements in the [Browser F12 Console].
Current Status
When I use the Chrome browser's 【F12 console】 to debug code, this sentence always interrupts all debugging logic repeatedly.
The location of the relevant code is at
json2md/lib/converters.js
Line 61 in 119c2ba
Expect normal behavior of code
Only when developers need it, they self can add 【debuggers / BreakPoint】 to relevant statements in the [Browser F12 Console].