README
This is the README for your extension "jsirdebugger"
muji is engine of a c++ game projects play on html5.
launch.json
{
"version": "0.2.0",
//"debugServer": 4711,
"configurations": [
{
"name": "Jsir-Debug",
"type": "jsir",
"request": "launch",
"program": "${workspaceRoot}/proj.jsir/bin/a.out",
"cwd": "${workspaceRoot}/proj.jsir/bin",
"html": true,
"stopOnEntry": true
}
]
}
Press F5 to debug.
** Enjoy!**
change log:
-support debug cmdline on console
| |