style corrections, documentation, duplicate removal, flow improvement #11

Merged
remoll merged 3 commits from feature/backend-refactoring into cleanup-backend 2024-07-27 12:09:11 +00:00
Owner
No description provided.
remoll added 1 commit 2024-07-25 15:15:48 +00:00
remoll requested review from kscheidecker 2024-07-25 15:34:57 +00:00
remoll added 1 commit 2024-07-26 11:13:42 +00:00
Author
Owner

As of now, launching and debugging locally is much more intuitive:
All configs are handled through launch.json, understood by VSCode.

  • to run a debugging session, use the debug tab on the left.
  • select an option (there are two ways for the frontend, and two for tht backend - the relevant one will be Backend - tester which runs tester.py)
  • once the option has been set, hittin F5 will automatically use that option.
  • paths, environment variables, logging are automatically set, yay!
As of now, launching and debugging locally is much more intuitive: All configs are handled through `launch.json`, understood by VSCode. - to run a debugging session, use the debug tab on the left. - select an option (there are two ways for the frontend, and two for tht backend - the relevant one will be `Backend - tester` which runs tester.py) - once the option has been set, hittin F5 will automatically use that option. - paths, environment variables, logging are automatically set, yay!
remoll added 1 commit 2024-07-26 17:11:30 +00:00
remoll merged commit 81c763587d into cleanup-backend 2024-07-27 12:09:11 +00:00
remoll deleted branch feature/backend-refactoring 2024-07-27 12:09:12 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anydev/anyway#11
No description provided.