Testing #20793
Notice that in the following setup the debugger has stopped before the 3rd console.log statement, but the instruction pointer decoration is not visible, it is covered by the column break point.
The instruction pointer should be rendered on top of the breakpoint or use a composed decoration as is done in the line gutter.

This is how the execution is rendered without the column breakpoint

Testing #20793
Notice that in the following setup the debugger has stopped before the 3rd console.log statement, but the instruction pointer decoration is not visible, it is covered by the column break point.
The instruction pointer should be rendered on top of the breakpoint or use a composed decoration as is done in the line gutter.
This is how the execution is rendered without the column breakpoint
