Reverted back to previous version #68
Replies: 8 comments
-
Looks great. It's always nice to get such feedback: that someone has use for the tool and creates something great with its help. On your comments: "code stopping at the entry point": Doesn't this depend on how you set it up? I.e. "startAutomatically" = true. |
Beta Was this translation helpful? Give feedback.
-
No obviously I could press stop and start again, but I thought that was the
point of the restart session button (green circle?), yes first run it will
not stop at the entry point, but the restart session does stop the at the
entry point.
😁
…On Mon, 30 Aug 2021, 17:44 maziac, ***@***.***> wrote:
Looks great. It's always nice to get such feedback: that someone has use
for the tool and creates something great with its help.
On your comments:
"Also if I had made changes to my code, it crashes the serial again with a
failure to connect."
Crashing is a hard word :-) I added code to detect the situation that the
file was newly compiled and throws an error.
For restart (green cycle) the labels are not re-read, that could lead in a
situation that potentially (on a new compile) the labels are wrong.
I wanted to avoid that.
I have to think about this. Maybe I can re-read that labels, but could be
that this conflicts with some other entity.
However, is it too much of work to press the red (stop) button and
pressing continue (green triangle) instead of the green circle?
This should behave as before.
"code stopping at the entry point": Doesn't this depend on how you set it
up? I.e. "startAutomatically" = true.
If you have set it to false please let me know. Then it's most probably a
bug.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7EKGCYGKDDGFP6FIYAALDT7OYNZANCNFSM5DBI6QTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Please try the release here: |
Beta Was this translation helpful? Give feedback.
-
From vscode point of view the difference between pressing stop/continue or restart is: |
Beta Was this translation helpful? Give feedback.
-
I compiled a new version (v2.3.2-2), please try: It should now re-read the sld/list files, i.e. you should be able to re-compile your sources. (On the other hand I dropped the idea that memory views and variable/expressions would remain on a restart.) |
Beta Was this translation helpful? Give feedback.
-
Or better v2.3.2-3: |
Beta Was this translation helpful? Give feedback.
-
Sorry not had chance to test it yet.
…On Fri, 3 Sep 2021, 21:22 maziac, ***@***.***> wrote:
Or better v2.3.2-3:
https://github.com/maziac/DeZog/releases/edit/v2.3.2-x
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7EKGFGJ4ETP63JE7JKBF3UAEVAJANCNFSM5DBI6QTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Here is a pre-release for the 2.4.0: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update, however I have reverted back to the previous version 2.3.1, as the changes you have made to the green button break my development flow.
The old version I used to NMI+SYMBOL SHIFT then press the green arrow if the debugger was not running to start it, which would run my code without stopping at the entry point. Then if the debugger was running I would either stop it at a breakpoint using the game pad, or NMI+SYMBOL SHIFT and then click the green circle on the debugger panel and it would start a new session even if I had compiled a new version, which was nice and easy flow. Sometimes I would press the green arrow by mistake which would crash the debugger forcing me to close the serial window and reopen it to regain debugging.
However with the latest version, everything is similar to above however sometimes the green circle on the debugger would restart the session, with the code stopping at the entry point meaning, the file window will change to the code entry point and I have to press continue . Also if I had made changes to my code, it crashes the serial again with a failure to connect.
So can I have a switch so I can continue using the older system please?
Oh and this is what I am writing with your tools.
https://luckyredfish.com/previews-of-tx-1696/
Beta Was this translation helpful? Give feedback.
All reactions