Stefan Drissen

Results 38 comments of Stefan Drissen

> The thing with the rule is that all other cases never lead to a change in runtime behavior, with INPUT-OUTPUT one has to be very careful when removing these...

I only know of performance problems with the SQL DataServer, we use FOR FIRST instead of FIND at compile time based on database type, but we've never had to do...

I'm also getting: Could not access element '``method name``' for class '``class name``' using object of type '``class name``' - caller compilation is out of sync with class compilation. (12882)...

In my case both objects were **used**, only the delete of one was conditional due to the 'typo' checking the wrong variable. ie I had a massive memory leak (these...

It **is** a code design flaw. In the example it is an obvious flaw, although even there it could be overlooked. But it is a flaw that **could** be detected....

I do not let PDSOE create any r-code: ```` --------------------------- Launch Debugger --------------------------- Source-level debugging requires saving the r-code. Please check your compile-project settings. Enable Debugger cannot be performed at...

### Debugger That works rather nicely! What a breath of fresh air to step through source with the Eclipse debugger instead of the stand alone debugger. ### Debug listing line...

The debugger is not working as well as I had hoped, the notion of include files seems a bit lost on the debugger, a breakpoint in source.p in project A...

I have just performed a clean build with relativePaths false without success. Maybe it is related to having multiple projects. I am starting a debug configuration in project A (ui...

Do you mean something like this: ```` define temp-table tt no-undo field i1 as int field i2 as int index ix is unique primary i2. create tt. tt.i1 = 1....