Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 273c74c2 authored by BAROLLET Theo's avatar BAROLLET Theo
Browse files

changed levels directory paths

parent cb783706
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 0 deletions
File moved
File moved
File moved
File moved
File moved
#!/usr/bin/env python3
from easytracker import init_tracker
tracker = init_tracker("GDB")
tracker.load_program("main")
tracker.start()
tracker.track_function("load_map")
for _ in range(10):
tracker.next()
g = tracker.get_global_variables(True)
print(g)
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment