omnipascal

How do I get OmniPascal to integrate with LLDB on the macOS 10.12.6

女生的网名这么多〃 提交于 2019-12-24 08:26:17
问题 VSCode v1.14.2 macOS 10.12.6 Sierra lldb -version: lldb-370.0.42 Lazarus 1.8.0 RC3 FPC 3.0.2 Hi Wosi (or anyone that can help!), As you may know debugging Lazarus/Free Pascal on macOS Sierra is problematic because of issues with GDB. This forces us to debug our apps in LLDB using Xcode as the environment (see here: https://macpgmr.github.io/ObjP/ProjectXC.html). This works reasonably well but I would prefer to use OmniPascal/VSCode. I have investigated the VSCode extensions "LLDB Debugger" v0

Ordner nicht angegeben with OmniPascal in VSCode

本小妞迷上赌 提交于 2019-12-21 12:21:54
问题 People get the error when opening a file in Visual Studio Code when using OmniPascal: Ordner nicht angegeben which translates to: Folder not specified The first thought to ensure the paths in user settings.json are set: objectpascal.delphiInstallationPath objectpascal.objectpascal.searchPath Would of course be a wrong tree to bark up: settings.json : // Place your settings in this file to overwrite the default settings { "objectpascal.delphiInstallationPath": "D:\\Programs\\Embarcadero\

How do install OmniPascal into vscode

我是研究僧i 提交于 2019-12-21 05:36:39
问题 From the OmniPascal page on Visual Studio Marketplace: How to install Install Visual Studio Code and open it. Open View -> Command Palette... and type ext install OmniPascal Restart Visual Studio Code and open File -> Preferences -> User Settings Add the key "objectpascal.delphiInstallationPath" to the right editor and set its value to the Delphi installation path. Don't forget to escape the backslashes! Example: "objectpascal.delphiInstallationPath" = "C:\\Program Files (x86)\\Embarcadero\

How to make OmniPascal work with FPC?

帅比萌擦擦* 提交于 2019-12-12 18:33:37
问题 I've installed both FreePascal compiler and OmniPascal extension for VisualStudio code, but code completion doesn't work. In the manual you are saying that I need to write the path to Delphi compiler int the user settings, but nothing is said about FPC. 回答1: Set the omnipascal.freePascalSourcePath setting to the folder that contains the FreePascal sources Set the omnipascal.defaultDevelopmentEnvironment setting to FreePascal Restart Visual Studio Code. Example : "omnipascal

How do install OmniPascal into vscode

我是研究僧i 提交于 2019-12-03 17:22:37
From the OmniPascal page on Visual Studio Marketplace : How to install Install Visual Studio Code and open it. Open View -> Command Palette... and type ext install OmniPascal Restart Visual Studio Code and open File -> Preferences -> User Settings Add the key "objectpascal.delphiInstallationPath" to the right editor and set its value to the Delphi installation path. Don't forget to escape the backslashes! Example: "objectpascal.delphiInstallationPath" = "C:\\Program Files (x86)\\Embarcadero\\Studio\\16.0", Except that seems to be wrong; it complains that it shouldn't be an = (equals) , but a :