Skip to content

Instantly share code, notes, and snippets.

View isthatajojomeme's full-sized avatar

kevin pawiroredjo isthatajojomeme

View GitHub Profile
@joelharkes
joelharkes / launch.json
Created November 21, 2017 13:39
Debug IronPython in visual studio code (vscode)
{
"version": "0.2.0",
"configurations": [
{
"name": "IronPython",
"type": "python",
"request": "launch",
"stopOnEntry": true,
"pythonPath": "C:\\Program Files (x86)\\IronPython 2.7\\ipy.exe",
"program": "${file}",