Adding traditional program debugging capability to RubberDuck

This commit is contained in:
Dave Gauer 2021-04-22 10:31:05 -04:00
parent ca70811f07
commit 8859f7a1fe
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,4 @@
116,117c116,117
122,123c122,123
< const walks_like_duck = ???;
< const quacks_like_duck = ???;
---