Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>GT.M DebugNew to Visual Studio Code? Get it now.
GT.M Debug

GT.M Debug

ing-bank

|
1,683 installs
| (1) | Free
Debugger for GT.M database
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GT.M Debugger

A work in progress project.

Debugs by spawning a direct mode process and communicates through standard IO.

If you use Docker your launch.json might look like this:

{
	"configurations": [
		{
			"type": "gtm",
			"request": "launch",
			"name": "GT.M Docker",
			"command": "docker",
			"args": [
				"exec",
				"-i",
				"profiledevelop",
				"ksh",
				"-c",
				"'/v7dev/dm'"
			]
		}
	]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft