-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minichlink debug support #28
Comments
With the most recent version I am getting errors on trying to upload (I had been using the using Link-E) On debian linux.
Seems a bit random when this is happening... Choosing "Run without debugging" seems to still upload. Hitting the upload button causes this error. |
I think the problem is that the branch is called "main". Modifying this in the line in the .platformio directory,
to
Allows the upload to proceed further. Uploading now works. |
Thanks for the info, I'll investigate this later. |
Might already be fixed with 131d250, can you reinstall the platform cleanly?
And, this is not documented yet, but you need to have libusb installed with I think |
Seems to work now. Thanks |
Debugging inside Windows with minichlink partly working with cnlohr/ch32v003fun#444, |
With d451c46, we can now upload via minichlink. We can also start minichlink's GDB server and connect to it, however, the step into and step over controls in VSCode are broken because minichlink just hangs on the GDB
step
command. Thus, we depend on cnlohr/ch32v003fun#158.Other oddities like not supporting
load
were worked-around with thepreload
load mode in PlatformIO.It's also an open question on how to do a reset as GDB command.
The text was updated successfully, but these errors were encountered: