Percent sign in logMessage expressions
hoehrmann opened this issue · 1 comments
hoehrmann commented
The global replace in
https://github.com/Microsoft/vscode-chrome-debug-core/blob/5fc4114e1e96ef260f4e9bfe96def226ec36515a/src/chrome/internalSourceBreakpoint.ts#L50 is incorrect. Suppose you have a logMessage set for i mod 7 = { i % 7 }
.
roblourens commented
FYI @weinand