First time here? Check out the FAQ!

savager1's profile - activity

2022-06-30 11:57:39 +0000 received badge Popular Question (source)
2022-06-30 11:57:39 +0000 received badge Notable Question (source)
2022-06-30 11:57:39 +0000 received badge Famous Question (source)
2022-05-05 12:43:16 +0000 edited answer huge bytes at 0x7

thank you very much for the support. In this instance yes, just seeing the first part of the byte array is helpful, as I

2022-05-05 12:34:40 +0000 received badge Self-Learner ( source )
2022-05-05 12:34:40 +0000 received badge Teacher ( source )
2022-05-05 12:32:27 +0000 received badge Editor ( source )
2022-05-05 12:32:27 +0000 edited answer huge bytes at 0x7

thank you very much for the support. In this instance yes, just seeing the first part of the byte array is helpful, as I

2022-05-05 12:31:25 +0000 received badge Rapid Responder ( source )
2022-05-05 12:31:25 +0000 answered a question huge bytes at 0x7

thank you very much for the support. In this instance yes, just seeing the first part of the byte array is helpful, as I

2022-05-05 12:29:07 +0000 marked best answer huge bytes at 0x7

Hi,

I was wondering if there was a way to see whilst debugging the contents of a byte array.

Using a competitors IDE, it shows the value of the byte array, however, in wing IDE it shows "huge bytes at 0x7..."

I am hoping to see the byte value? i.e. b'\x....'

Any idea on how to show the value whilst debugging ?

2022-05-05 12:29:07 +0000 received badge Scholar ( source )
2022-05-05 11:29:34 +0000 received badge Student (source)
2022-05-05 11:29:14 +0000 asked a question huge bytes at 0x7

huge bytes at 0x7 Hi, I was wondering if there was a way to see whilst debugging the contents of a byte array. Using a