Search found 3 matches

by Simsys
Wed Oct 18, 2017 3:37 pm
Forum: Development of MicroPython
Topic: PC-based QT emulator debugger?
Replies: 6
Views: 4821

Re: PC-based QT emulator debugger?

As I see it, there is no concept for debugging uPy scripts today: neither under Windows/Linux nor on an embedded system. I think that's a pity. Micropython claims to be simple, easy to learn. What else does it make sense to offer Micropython for a platform like The Micro Bit? A good debugger is espe...
by Simsys
Sun Jun 12, 2016 6:25 pm
Forum: Development of MicroPython
Topic: Windows Debugging - embedded target
Replies: 1
Views: 9618

Re: Windows Debugging - embedded target

What do you want to do? You want to use a c/c++ debugger to debug Micropython scripts? That is not possible. You can use this environment to debug the Micropython runtime. As I understood, there is at the moment no way to do symbolic debugging with Micropython on embedded devices. I think there are ...
by Simsys
Fri Jun 10, 2016 2:05 pm
Forum: ESP8266 boards
Topic: machine.idle()
Replies: 0
Views: 4725

machine.idle()

Hi, what is about machine.idle()? On my board it seems not to be available: >>> import machine >>> machine.idle() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'idle' MicroPython v1.8.1-30-g343b5c1 on 2016-06-10; ESP module wi...