From 181d7d35c71513ace7e599937849cba1794209c7 Mon Sep 17 00:00:00 2001 From: Arcmyx Official Date: Fri, 10 Apr 2026 16:42:16 +0000 Subject: [PATCH] Update tests/pynamics-logger.py --- tests/pynamics-logger.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/pynamics-logger.py b/tests/pynamics-logger.py index 3309e35..375ad2c 100644 --- a/tests/pynamics-logger.py +++ b/tests/pynamics-logger.py @@ -7,7 +7,7 @@ #5: mtr_data #6: perf_smpl #7: get_time - +#8: breakpoint lvldict = { 0: "FATAL", 1: "ALERT", @@ -59,4 +59,6 @@ sendCommand(0, 3, "syntax error, you failure!!!! use an error checker", "test pr sendCommand(0, 4, "wanted to just say that your motor is kinda being slow", "test prgm") sendCommand(0, 5, "so your motor is like 1% slower than it should be but really no one cares", "test prgm") sendCommand(0, 6, "hey everything in the program is going well just in case nothing in your life is", "test prgm") -sendCommand(0, 7, "nobody cares about me but you should know that", "test prgm") \ No newline at end of file +sendCommand(0, 7, "nobody cares about me but you should know that", "test prgm") +def breakpoint(): + #send a command 8 and also get all important info about the code here and print \ No newline at end of file