BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
312 stars 39 forks source link

Profile previous and next frame as well #105

Open BartmanAbyss opened 2 years ago

BartmanAbyss commented 2 years ago

Support viewing them one 1 timeline to be able to reason about events that are split between multiple frames.

tehKaiN commented 1 year ago

perhaps could be resolved by adding something like debug functions timelineStart() and timelineStop()? Would be great for 25fps games