First time here? Check out the FAQ!

GeertVc's profile - activity

2022-05-05 07:35:37 -0500 received badge Nice Question (source)
2020-10-14 09:33:51 -0500 received badge Famous Question (source)
2020-10-14 09:33:51 -0500 received badge Notable Question (source)
2020-10-14 09:33:51 -0500 received badge Popular Question (source)
2019-03-06 06:54:47 -0500 marked best answer View debug values in hex

Hi,

First post here.  Is it possible to see the values of locals in hex format in the Stack Data view tab of Wings Python IDE?

Best,

--Geert

2019-03-06 06:54:28 -0500 marked best answer Running a script as sudo from Wing IDE

Hi, I have Python code that uses the bluetooth module.  One of the bluetooth calls I'm doing needs sudo permission (advertise_service()).

When running the script on the command line on a RPi, I simply do this: sudo python3 <name_of_script>.  That works perfect.

However, if I want to debug that script from within Wing IDE (remotely), how can I start the debug session of that script as sudo?

Best,

--Geert

2019-03-06 06:54:27 -0500 received badge Student (source)
2019-01-05 12:08:00 -0500 asked a question Running a script as sudo from Wing IDE

Running a script as sudo from Wing IDE Hi,I have Python code that uses the bluetooth module.  One of the bluetooth calls

2019-01-01 12:09:00 -0500 asked a question View debug values in hex

View debug values in hex Hi,First post here.  Is it possible to see the values of locals in hex format in the Stack Data