harbourCodeExtension icon indicating copy to clipboard operation
harbourCodeExtension copied to clipboard

Setting env in Launch.json missing?

Open jbtule opened this issue 2 years ago • 1 comments

Most debuggers for visual studio code let you set environment variables for the launching executable in the debugger. I doesn't seem like I can do that with "harbour-dbg"

jbtule avatar Sep 26 '23 17:09 jbtule

Hello, sorry for late respond, usually in those case I create a batch file and put set before the execution of the program. On debugger I start the batch. About other question, Yes, this project is abandoned, I changed job, and n the new job I don't need harbour anymore, so, unless some extraordinary events, I will not work on this more. Honesly I don't think harbour has future, there are a lot of database system and a lot of languages more modern, scalable, multi thread out there, and I suggest to swicthing to them. Anyway, I don't think you should have any issue build this project, I did it in different computers, just install node, clone the repository, then do npm update on client and on server and open them in VSCode, at this point they should build. Regards, Perry

APerricone avatar Nov 18 '23 06:11 APerricone