I installed OmniPascal and Language Pascal extensions into VSCode. I have already installed FPC and GDB. I already compiled the Object Pascal code and have executable file created with the FPC. I can set breakpoints and debug C++ code within VSCode.
我无法将断点设置为Object Pascal代码 - >当点击行号左侧的区域时,没有任何反应=>我该怎么做才能将断点设置为Object Pascal代码(并在使用GDB调试文件时使用断点)?