Platform: Linux (Ubuntu)
Reproduction:
Using VSCode example project + debug extension.
-
Manually launch the Playdate Simulator (working around a timeout issue with the extension)(no longer necessary with latest extension version) Open.vscode/settings.json
and comment out thepreLaunchTask
- Open
source/main.lua
- Set a breakpoint somewhere in
main.lua
(ex: insidesetupGame
function) - Open "Run and Debug" tab in navigation menu
- Ensure "Playdate: Debug" is selected in the dropdown menu and then press the green start button
- Once the breakpoint is hit, press the "continue" button in the debugger controls
Expected: The simulator continues executing
Actual: The simulator does not continue executing