Discussions tagged Debug
PowerBuilder App 2019 Sometimes Crashes When Running From 2022
- Issue
- Last updated 7 months ago
- Jeremy Vetter replied 5 months ago
I have a PowerBuilder app runs fine in production when compiled with 2019. We are trying to move to 2022 but that app starts but after hitting a button in one of the windows it crashes. We can resolve this by regenerating one of the objects. After...
How to debug a PowerServer project
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
We are migrating an application using two database connections to PowerServer. When I build and deploy the application to a server (under IIS), it works, both connections are working. We still have a lot of work to do in this migration and I would li...
Hi
Is there a way how to get list of stack calls into a variable, message or another object?
Like Java can do it in exception.
What's going on:
In my SW I'm catching systemerror, datawindow errors etc and I'm sending these errors through mails. I...
Hi all
When I define a breakpoint, exit and re-enter IDE, the breakpoint disappears.
This is not happening on PB2019.
Can I control it somehow? A system option that I dont know maybe?
It's very disturbing when you try to figure out where and why ...
Hello,
I've followed Bruce's demo about the .NET importer. He says that it's possible to debug the C# assembly. But I have no idea how.
So:
Created DLL in SnapDevelop and published it as Debug config.
Imported DLL in PowerBuilder and written s...
Powerbuilder Symbol files
- Resolved
- Advice
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Gentlemen, I was being asked by my devops for my application symbol file (running on 2017 R2). The only file that i know of is the ".dbg" on those lines which we would create by running the application with the /PBDEBUG switch. Is my understanding co...
Tracing Powerbuilder at runtime
- Resolved
- How-to
- Last updated 4 years ago
- Jonathan Meltzer replied 4 years ago
It used to be that you could put "TRACE SNC" into the DBMS field in an ini file, and that would work to start a trace going when the application was launched. However, when I do that in PB 2019, I get "DBMS TRACE SNC is not supported in your install...
Is there a release date for 64-bit debugging IDE?
I have problems with the new 10 version of sap business one which is only 64 bit
Angelo...
Hi.
I've gathered profiling information at runtime for one of our customers.
I have a PBP file at my computer and want to open it in "Profiling Trace View" in PowerBuilder 2019 to analyze it.
First I need to choose a target (.pbt) file, and the...
changing to ODBC for sql server 17. application/debugger crashes on selectblob
- Issue
- Last updated 5 years ago
- Chris Low replied 5 years ago
because of the need to disable TLS 1.0, i'm moving to the latest sql driver that supports tls 1.2 (unless anyone has better suggestions)
SQLCA.DBParm = "ConnectString='DSN=" + ls_dsn + ";UID=" + sle_userid.text + ";PWD=" + ls_password +"',DelimitIde...
- Page :
- 1