Skip to content

Commit b65fe0c

Browse files
committed
Support gfortran debugger with debug adapter
Fixes #89
1 parent de3cb2a commit b65fe0c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{
4747
"id": "fortran_fixed-form",
4848
"aliases": [
49-
"Fortran ",
49+
"Fortran",
5050
"fortran",
5151
"FORTRAN77"
5252
],
@@ -162,7 +162,15 @@
162162
"description": "Specify the word case to use when suggesting autocomplete options (One of 'lowercase' or 'upercase')"
163163
}
164164
}
165-
}
165+
},
166+
"breakpoints": [
167+
{
168+
"language": "FortranFreeForm"
169+
},
170+
{
171+
"language": "fortran_fixed-form"
172+
}
173+
]
166174
},
167175
"scripts": {
168176
"vscode:prepublish": "tsc -p ./",

0 commit comments

Comments
 (0)