Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>JSIRDebuggerNew to Visual Studio Code? Get it now.
JSIRDebugger

JSIRDebugger

muji

|
11,270 installs
| (2) | Free
jsir c++ debugger
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft