Skip to content
Snippets Groups Projects
Commit 7ecee802 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Remove some debug prints

parent a5887760
No related branches found
No related tags found
No related merge requests found
// autogenerated file
["EXTI3", "EXTI2", "EXTI1"]
\ No newline at end of file
["EXTI3", "EXTI1", "EXTI2"]
\ No newline at end of file
......@@ -138,11 +138,11 @@ class MainBP(gdb.Breakpoint):
gdb.write("Breakpoint in loop()\n")
gdb.prompt_hook = prompt
print("Tasks: ", tasks)
print("Name of task to test:", tasks[task_to_test])
# print("Tasks: ", tasks)
# print("Name of task to test:", tasks[task_to_test])
if not task_to_test == -1:
gdb.write('Task to call: %s \n' % "stub_" +
tasks[task_to_test])
gdb.write('Task to call: %s \n' % ("stub_" +
tasks[task_to_test]))
gdb.execute('call %s' % "stub_" +
tasks[task_to_test] + "()")
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment