attach stdio to session if resuming from interface to script mode |
|
More...
|
almost 3 years ago
|
ensure stdio i/o streams get included only once, do not get replicated on resume |
|
More...
|
almost 3 years ago
|
fix input thread on resuming in script mode |
|
More...
|
almost 3 years ago
|
restructure iostream add/remove |
|
More...
|
almost 3 years ago
|
fix empty lines when resuming to cli interface |
|
More...
|
almost 3 years ago
|
fix textscreen dump - use correct codepage |
|
More...
|
almost 3 years ago
|
only reveal crash report when it's done; use interface instead of session to wait for keypress |
|
More...
|
almost 3 years ago
|
fix program dump - only show the hex for each line, not the whole program every time |
|
More...
|
almost 3 years ago
|
split _bluescreen into smaller functions |
|
More...
|
almost 3 years ago
|
create the crash report in a fresh default session, rather than the defunct one |
|
More...
|
almost 3 years ago
|
restructure _bluescreen function |
|
More...
|
almost 3 years ago
|
no more need to access implementation detail from crash guard |
|
More...
|
almost 3 years ago
|
log traceback only once |
|
More...
|
almost 3 years ago
|
crash report: get code lines through api |
|
More...
|
almost 3 years ago
|
extend api to allow capturing statement output as return value |
|
More...
|
almost 3 years ago
|
add info.get_corrent_code function to api |
|
More...
|
almost 3 years ago
|
use more api functions for crash log |
|
More...
|
almost 3 years ago
|
create crash modal report through the basic api |
|
More...
|
almost 3 years ago
|
move debug.py to top level |
|
More...
|
almost 3 years ago
|
extend api to support debug extension |
|
More...
|
almost 3 years ago
|
move get_platform_info into pcbasic.info module |
|
More...
|
almost 3 years ago
|
guard._bluescreen shouldn't be a method |
|
More...
|
almost 3 years ago
|
compactify bluescreen message |
|
More...
|
almost 3 years ago
|
fix running session with nullcontext exception guard |
|
More...
|
almost 3 years ago
|
handle exit events during bluescreen |
|
More...
|
almost 3 years ago
|
open crash log in text editor |
|
More...
|
almost 3 years ago
|
make top-level exceptions resume instead of exit after crash screen |
|
More...
|
almost 3 years ago
|
exception guard should not encounter regular Exit signal |
|
More...
|
almost 3 years ago
|
incorporate state.save and load into api as Session.suspend and .resume |
|
More...
|
almost 3 years ago
|
documentation: fix path to pdf cover in doc.css |
|
More...
|
almost 3 years ago
|