debugging
Discussions tagged debugging
-
more than a month ago
Debugger ignores TDS, fails to find debug info in EXE
I have a C++ Builder project that I can build and debug using the exact same project settings on my work computer, but when I cloned the repo and tried to debug at home, the debugger failed to find any debug symbols for the main executable. I can ope... -
more than a month ago
Tokyo 10.2 Update 1: cannot debug 64 bits IIS ISAPI SOAP DLL application?
Hello, I've just downloaded the trial version of Embarcadero® C++Builder 10.2 Update 1 (Version 25.0.27659.1188). The first thing I wanted to try was debugging a 64 bits ISAPI DLL installed on IIS on my Windows 8 computer. I created just the sampl... -
more than a month ago
JSON problem using runtime package rtl250.bpl (Tokyo 10.2 update 1)
Here's a sample console application demonstrating my problem: program Project5;{$APPTYPE CONSOLE}{$R *.res}uses System.SysUtils , System.JSON;var JSONArray : TJSONArray; JSONObject : TJSONObject;begin try JSONArray := TJSONArray.Create; ... -
more than a month ago
Inspecting variable values in Delphi Tokyo 10.2 Starter
My question is concerned with debugging. I used to use Delphi 7, I'm quite a beginner, learning on my own and from tutorials. Now I'm using Tokyo 10.2. Starter. In Delphi 7, if I set a breakpoint somewhere in the code, and the program stops at that l... -
more than a month ago
10.2 Debugger not showing values of variables
By hovering over a variable in a breakpoint the debugger shows me the same as in design-time. What I'd like to see is the value of the variable as in preceding versions. Is this a bug or a setting I have to configure? (by explicitly asking for it w... -
more than a month ago
Delphi Debugger not working
I installed Delphi 10.1 Berlin over a month ago and the debugger doesn't work. I have now installed Delphi 10.2 Tokio and have the same problem. I wrote a simple program by dropping a label on a form and in the form create event placed a single line ...
- Page :
- 1