- Delphi Debugger Blue Dot But Red With Cross Stitch
- Delphi Debugger Blue Dot But Red With Cross Stitch
- Delphi Debbuger Blue Dot But Red With Cross
- Delphi Debugger Blue Dot But Red With Cross Symbol
- Delphi Debugger Blue Dot But Red With Cross Image
暮らし; https://lasopafar777.weebly.com/delphi-debbuger-blue-dot-but-red-with-cross.html. 1 Using the Remote Debugger with Delphi 2010 2 Using the Remote Debugger with Delphi 2007 and Delphi 2009 2.1 On the Target Machine 2.2 On the Target Machine (Rad Studio 2009 ESD version) 2.3 On your local Delphi developer machine 2.4 One Tip Delphi 2010 is not able to load debug informations from remote files by default. You need to apply updates 4 & 5 to fix this. Take a look on the release. (This is a standard test that must be tried for every property that can hold a pointer to an object on the form.) However, since this is a design time failure, there are no useful debug tools (that I know of) that simplify problem identification. Feb 27, 2016 The problem is using the TMapView. I should be able to show the user location on the map, live as a blue glowing dot. In the example code given, if you build it in 10.3, the blue dot shows. If you use exactly the same code in 10.4 you get the exception mentioned. A feature first introduced in Delphi 4 is remote debugging. This technique allows you to debug a program that is running on a different computer, typically a server. To activate remote debugging, you must first install the remote debugger client on the target machine. Then you should start the remote debugging client, with the command.
Hi, While I'm overly satisfied with Delphi XE5 (beside a few weird things), there is 1 thing that is really annoying: the non stop hourglass in the IDE. When I double click a word to select: hourglass. When I move the cursor 2 spaces: hourglass. Scrolling: hourglass. When typing a few characters: hourglass. And this is really all the time. The IDE freezes and I'm losing a lot of time always waiting to continue. I'm wondering why Embarcadero doesn't fix issues like this. I discovered that turning off 'Code par ameters', 'Tooltip expression evaluation', &q...
How to stop Delphi XE5 IDE from launching Arm Emulator
Whenever I launch Delphi XE5, it takes a long time to start up because it is launching Arm Android Emulator as well. I only want to do Windows development at this time. How can I stop IDE from auto-launching Arm emulator? Nasir Noor wrote: > Whenever I launch Delphi XE5, it takes a long time to start up because it is launching Arm Android Emulator as well. I only want to do Windows development at this time. How can I stop IDE from auto-launching Arm emulator? > Why the emulator is even getting started is a mystery to me, as that does not happen to me. However, the obvious solution...
Debugging DLL compiled with Delphi 7 in Delphi XE5
Dear Sirs/Madams, We are considering changing from Delphi 7 to Delphi XE5. Our project consists of a dll and an .exe file. I have begun converting the .exe file to Delphi XE5 and have successfully accessed the DLL compiled with Delphi 7. When I debug the DLL (using the 'run parameters' and changing 'host application' to the .exe file) in Delphi 7 I can set breakpoints etc. and they are triggered. However, when I attempt to debug the project in XE5, I get the following message: Module Load: xxx.dll. No Debug Info. Base Address: $015A0000. Process xxx.exe (2928) ...
Debug
I am using VS.NET 2003 edition. When I am starting the project in Debug it did not stop at break point. This is first time I face this problem. The only thing that is different in this project is that I have created virtual directory withing virtual directory. But I suppose that may not be the cause. I have already checked the obvious problems like web.config file has debug=true etc. AT2007 I had the same EXTREMELY annoying problem when I used vs 2003. Thankfully I switched to 2005. Here is what worked for me. Anytime I added a breakpoint I had to rebu...
Is it posible to configure Delphi XE3 IDE to use Delphi 7 compiler/debuger
Hi! Like many other developer out there I have several project which has been developed with older version of Delphi (Delphi 7). Since theese projects rely on some components which are not compatible with newer versions of Delphi (no newer versions available) I'm forced to do any maintnance on theese projects using Delphi 7. Another solution would be to find replacment components which would provide me with same capabilities and work with latest versions of Delphi. But this would probbably require compleete rewritings of my projects (lots and lots of work). So currently I'm using...
IDE stops the debugging
Hi, When I am debugging, a break point is hit and suddenly IDE stops the debugging; but IE continues to work. I have tried , deleting the website and creating again, setting the user on machine.config, registering ‘diasymreader.dll’ etc. Still I am facing the same issue. Environment IDE - 7.1.3088 Framework – 1.1.4322 SP1 Language – C# Thanks in advance. Hamlin Stephen Hi, I can provide you more information on above post. This happens only to a particular page. This page has a popup window.. The interesting thing is, the line is getting highlighted b...
TIdCmdTcpClient debugging breakpoint does not stop when it should do
I am using TIdCmdTcpClient and command handlers to receive and treat commands from a server, synchronizing the UI with the TIdSync class. Recently i have an issue in the app and while debugging and putting a breakpoint in the OnCommand event and/or BeforeCommandHandler event, the debugger does not stop on the breakpoint on the second ocurrence of the same command. Means if a command called cmd params is received twice successively the second time the event handler does not receive it and this causes errors in my app. However, with the TIdLogEvent the log is correct and i see both ocurrences...
Debug doesnt stop at breakpoint???
Hi there. I encountered following. My app is workin fine without errors so far. But still I would like to check the internal behaviour so i set some breakpoints, switched my project to debug instead of release mode and pressed F5-button. No matter, where i set the breakpoints, the debugger doesnt stop at the breakpoint. As Im still sort of a beginner, I don't know what 2 do. Does anybody know some help for me?? Thx.. Anh Tu This is due to the versions of the PDB files (debug intrumentation) and the actual DLLs are out of sync. Go to your bin folder and delete both the P...
Delphi XE5 debugging 64 bit apps
Hello, I'm trying to debug a VCL application under 64bit target platform on Delphi XE5 Update 2 and Windows 7 64bit. Every time I receive 'disconnected session' error as soon as the application start. How can I solve it ? Thank you, Davide ...
Delphi XE5 IDE Closes on click of Open
Hi , I am not sure others have encountered this error. Delphi XE5 IDE closes without any error message when i click File-Open. This has been happening intermittently. I was wondering if anybody else also facing same Issue and have any solution for the same. I have installed all the latest Hotfix/Updates. Thanks in advance. Regards, Try following this: http://support.embarcadero.com/article/42597 and see if it helps. vijay K wrote: > Hi , > > I am not sure others have encountered this error. Delphi XE5 IDE closes without any error message when i click File-Ope...
Delphi XE5 debug and save issues [Edit]
I have two issues with just installed Embarcadero® Delphi® XE5 Version 19.0.14356.6604 (Update 2): 1. Major: In any mode (debug or release) I cannot debug any local or global variable: inaccessible value! I be able to see the next global variables: fmtSettings.DecimalSeparator, Application.UpdateFormatSettings; but not global or private unit variables 2. Minor: 'Save' button do not save changes in active file (yellow line is not changing to green), but Ctrl+S is working. Fred wrote: > 1. Major: In any mode (debug or release) I cannot debug any local or > glo...
Delphi XE5 Code Completion stopped working
Hi All: Last night while working in a project, Code Completion stopped working, after the period I get the template options, not the properties of the reserved word. Same happens when I press Space+Ctrl. I checked the settings in Tools/Options/Editor Options/Code Insight and everything seems fine. I enabled/disabled Code completion and Code template completion options, changed the delay and restarted the IDE and still it doesn't work. Any ideas ? Best regards Francisco Alvarado On 2/3/2014 10:15 AM, Francisco Alvarado wrote: > Hi All: > Last night while working in...
Debugging doesn't stop in my breakpoint
Hi,using visual studio.net 2005 full version and after setting up my breakpoint(eg.Page_Load) and the Start up page and when Start Debugging(F5), the process doesn't stop in my breakpoint. then I opened the same project, same breakpoint and start up page in VS 2008 express edition everything worked ok and the process stopped in my breakpoint!!!!?So, is the something to be set in my VS.net 2005 full edition? Thanks badis hiput <compilation debug='true'/> in your web.config or in the page directive put Debug='true'DiseirraM...
Debug doesn't stop at any breakpoints?
I have taken a PB10.5 and and deployed itr as Winforms, set a few breakpoints then ran in debug. Ok, so far. I then made a small change to some PowerScript, did a full build then deployed again. Now it won't stop at any breakpoints in debug???? The project is set with a build type of 'debug' for what that's worth. Any ideas? Anyone had this issue? Thanks Just had this problem in PB11. I shut down PB. Re-started the 'IIS Admin Service'. Then the debug breakpoints work again. Also had debugger ignore a breakpoint where I had commented the first ...
I’ve been working to build a deliverable package in HANA (UI5 application and supporting back-end) to send out to customers. And part of the development process, as many readers will know, is debugging stored procedures. In some cases, you’re awesome, and you don’t need to do this – “I know it works, I wrote it”. But sometimes, just sometimes, it’s helpful to turn to the debugger to see why a particular piece of functionality is not working as expected. But what to do when you don’t have the auths to debug your own stored procedure?! Eeeeep!
To set the scene, I’m writing a UI5 app, with an OData HANA-only (i.e. no Gateway here) back-end, and have in place a number of OData modification exits. The modification exits are mostly stored procedures (.hdbprocedure files). Read up on these over here: Custom Exits for OData Write Requests – SAP HANA Developer Guide for SAP HANA Studio – SAP Library
I’ve got an update modification exit on one of my OData entities, Forecasts.
service {
“fa.apps.hpc.xs.views.forecasts::forecasts_by_user_view” as “Forecasts” key (“id”)
navigates(
“ForecastFields” as “Fields”,
“ForecastDataSet” as “DataSet”,
“ForecastRuns” as “Runs”
)
create using “fa.apps.hpc.xs.procedures.forecast::createForecast”
delete using “fa.apps.hpc.xs.procedures.forecast::delimitForecast”
update using “fa.apps.hpc.xs.procedures.forecast::updateForecast”;
}
That’d be this guy, in bold. If you’re savvy, an update modification exit stored procedure needs a particular signature.
PROCEDURE “FA_APPS”.”fa.apps.hpc.xs.procedures.forecast::updateForecast” (
IN new <TABLE_DEFN>,
IN old <TABLE_DEFN>,
OUT outtab <HTTP_ERRORS DEFN>
)
LANGUAGE SQLSCRIPT
SQL SECURITY INVOKER
— DEFAULT SCHEMA <SCHEMA>
AS
Delphi Debugger Blue Dot But Red With Cross Stitch
— READS SQL DATA AS
BEGIN
— Weave your update magic here
END;
I wanted to debug it, just for fun (actually, for a very real reason). The trouble I found however, is that because this stored procedure exists in another schema to my user’s one, debugging is no longer automatically available. In Eclipse (I use Eclipse with HANA Add-ons, not HANA Studio, although effectively the same thing) you’ll still be able to set the breakpoint, as per below. Nice blue dot. Perfect! Break point set.
But when you start debugging said procedure, you’ll notice a little cross over your breakpoint.
Nooooooooooooooooooo!!!!!!!!
That didn’t happen before when the stored proc belonged to my schema. But of course, that was my schema. My user owns it and everything in it, including debug privileges for all stored procedures. So I messed around a bit, not quiet grasping what was required here. I also followed the inimitable Rich Heilman’s instructions, which you can peruse over here:Unable to Debug a activated Procedure in HANA XS environment. but they didn’t quite do what I needed. Presumably, I already had sufficient auths in HANA to debug a procedure, but I didn’t have auths to debug this procedure. So I persevered. As you do. And keep doing. And keep on doing… until eventually it clicked! Hunting though the Object Privileges I could apply to my user, low and behold, I see my stored procedure in the list:
“Hmmmmm” I think to myself. “I wonder what will happen if I…”
And there you have it. Once you add the stored proc to your user under Object Privileges, you then determine what specific privileges you should have (note: I’m logged in here as a user with user admin auths, so I can grant privileges to my user, but you could just as well use SYSTEM or whatever if this is not an important HANA instance).
Delphi Debugger Blue Dot But Red With Cross Stitch
So that’s lovely to know. I can add stored proc auths directly to my user. But this is going to be a deliverable package/app. It follows that I should define such auths in an HDB Role artifact – heck, I’m doing that already for all other components of this app, so best keep on point. So, for the purposes of this post, I’ll demonstrate adding this to my existing HDB Role artifact. Were you to do this productively, you might consider creating a separate .hdbrole file for debug/administration of the app. I’ll keep everything all together for now. I should note, that I am not saving my user with the privileges above. I don’t want to have to apply individual privs to each and every user – I already have an .hdbrole file, so I’ll use that. Please also note that, shortly after writing this post, I found Rich’s post on pretty much exactly this topic. New SQLScript Features in SAP HANA 1.0 SPS7 – specifically, the last section Debugging Authorisation Concept. I’ve basically just expounded on what’s covered in this post, and the one I linked to earlier.
Right then, to my HDB Role! Now, this role is already applied to my user. So any changes to it should automatically apply to my user too.
role fa.apps.hpc.xs.roles::USER_ROLE {
// This is a very broad smattering of privileges for a schema, and will be paired back once the supporting
// stored procedures are in place.
schema fa.apps.resources:FA_APPS.hdbschema: SELECT, INSERT, UPDATE, DELETE, EXECUTE, DEBUG;
// Lots of guff here
// Here’s the stored procedure declaration with the required privileges – EXECUTE and DEBUG
catalog sql object “FA_APPS”.”fa.apps.hpc.xs.procedures.forecast::updateForecast” : EXECUTE, DEBUG;
// Lots of guff here
}
Add our procedure privileges as above (including DEBUG on the schema), activate the role, restart debugging of the procedure and…
Et voila. Our red cross has happily transformed into a green tick and we’re off debugging! I don’t know about you, but there’s a special, warm place in my heart reserved for green ticks.
#happysigh
In the debugger…
We are breaking exactly out our breakpoint now. Excellent.
Delphi Debbuger Blue Dot But Red With Cross
This is just a smattering of information about the gauntlet that can be HANA auths. The thing is, they’re not really complicated. But it can be hard sometimes to figure out what’s required. As this post ironically proves.
For completeness:
My instance is HANA Developer Edition, hosted in AWS via. CAL, ver 1.00.091 (SPS9)
Delphi Debugger Blue Dot But Red With Cross Symbol
Eclipse is Mars running latest HANA and UI5 Add-ons
Delphi Debugger Blue Dot But Red With Cross Image
Credit for both references to Rich Heilman