Skip to content

DAP for Fortran object members (GDB) #8825

Answered by GitMensch
gnikit asked this question in Q&A
Discussion options

You must be logged in to vote

MIEngine is under the MIT License so your extension can build and ship a version targeted for Fortran.

... or, as you don't want to use the rest of cpptools here (only the debugger) you may also try a different one that does not target C/C++ but GDB: https://github.com/WebFreak001/code-debug.

Note: if your language server did not included it before, consider to register an EvaluatableExpressionProvider - allowing to split (or combine) by Fortran specific expressions. Background: The vscode debug browser ui used to split words by the following:

		// Match any character except a set of characters which often break interesting sub-expressions
		let expression: RegExp = /([^()\[\]{}<>\s+\-/…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@gnikit
Comment options

@WardenGnaw
Comment options

@gnikit
Comment options

Comment options

You must be logged in to vote
3 replies
@gnikit
Comment options

@gnikit
Comment options

@GitMensch
Comment options

Answer selected by gnikit
Comment options

You must be logged in to vote
2 replies
@gnikit
Comment options

@GitMensch
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants