You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a new user to wokwi-cli and so far it has proven to be extremely useful ! Thanks for that :)
One function I've been missing is the ability to connect a debugger to it.
It could be used to :
Run an automated debug launch (build target, run wokwi-cli, run debugger)
Run complex CI scenarios where we could check complex usecases, by combining wokwi-cli to gdb scripts.
Is there any plan to get this working?
Thanks!
Christophe
The text was updated successfully, but these errors were encountered:
That's great news !! :-) The idea behind having GDB run in CI was to develop an end to end automated testing.
Right now we have an app that sends messages to multiple esp32 targets over an MQTT server. I'd set a breakpoint in wokwi, run the MQTT call, break, check variable content, and continue with further tests. But looking a bit further I just saw that's what scenarios are about, and this could actually be enough!
BTW, while the VSCode plugin is useful, I'd put my money in having an offline (/enterprise) version of the CLI. ;-)
But looking a bit further I just saw that's what scenarios are about, and this could actually be enough!
Any luck with getting them to work for the MQTT use case so far?
BTW, while the VSCode plugin is useful, I'd put my money in having an offline (/enterprise) version of the CLI. ;-)
We do have an offline version of the CI server (that's what the CLI connects to), available as a docker container image. Would that be interesting for you?
Hi there !
I'm a new user to wokwi-cli and so far it has proven to be extremely useful ! Thanks for that :)
One function I've been missing is the ability to connect a debugger to it.
It could be used to :
Is there any plan to get this working?
Thanks!
Christophe
The text was updated successfully, but these errors were encountered: