You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set a break point in src/sub.f90 with VBGtoggleBreakpoint sub.f90:<line>
<leader>dc
Now, since the break point is in a buffer that is not already open, vim-vebugger opens it for me. But the filetype is now empty, and so there is e.g. no syntax highlighting or similar. Of course, I can do filetype detect or set filetype=fortran, but I would expect this to occur automatically.
The text was updated successfully, but these errors were encountered:
First, I do:
vim src/file.f90
:VBGstartGDB ../a.out
src/sub.f90
withVBGtoggleBreakpoint sub.f90:<line>
<leader>dc
Now, since the break point is in a buffer that is not already open,
vim-vebugger
opens it for me. But the filetype is now empty, and so there is e.g. no syntax highlighting or similar. Of course, I can dofiletype detect
orset filetype=fortran
, but I would expect this to occur automatically.The text was updated successfully, but these errors were encountered: