This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # note: If you rename this file you must change the name at line 124 to match. | |
| # further, do not use `-` in the name. lldb will complain. | |
| import lldb | |
| import time | |
| # Define a short timeout for waiting in the loop (in seconds) | |
| WAIT_TIMEOUT = 1.0 | |
| def relaunch_until_stop(debugger, command, result, internal_dict): | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <style> | |
| canvas { | |
| margin: 5px; | |
| max-width: 300px; | |
| max-height: 300px; | |
| } | |
| </style> |