flow-storm / flow-storm-debugger

A debugger for Clojure and ClojureScript with some unique features.
The Unlicense
683 stars 30 forks source link

Format frame numbers with thousand delimiters #151

Open mrkam2 opened 7 months ago

mrkam2 commented 7 months ago

As discussed in slack when dealing with 8 digit frame numbers, it is hard to quickly understand how they're related to each other. Something like 2,324,210 would help.

jpmonettas commented 7 months ago

Just to clarify, this is about formatting the functions list counters number.

jpmonettas commented 6 months ago

latest-screenshot

Looks like this now

mrkam2 commented 6 months ago

Nice!

But actually I was referring to these:

image image

It is important to quickly see how they relate to each other. Especially when searching. Given many digits it is easy to confuse 50K and 5K.

jpmonettas commented 6 months ago

Oh, that is why I added the clarification message. Got it, reopening.