Can opdebugger be built with FPC 3.2.2 and used with Blaise ? #14
Replies: 2 comments 3 replies
-
|
Pasbuild Output with FPC 3.2.2 : |
Beta Was this translation helpful? Give feedback.
-
|
Yes, the whole But as I'm mostly using Blaise compiler, which has 1st class built-in OPDF debugging support, the FPC 3.3.1 is not a requirement when using Blaise. The Blaise always generates OPDF data embedded in the generated binaries. I guess I must have some stale README or documentation somewhere, that needs updating. I'll make sure to do that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to
pasbuild compilefrom the root directory, and pasbuild showed 'success. I moved thepdr` executable into my system path, and I get the CLI message. This was built with FPC 3.2.2.When I use blaise, it does not output the .opdf or .s files.
./blaise --source source.pas --debug-opdf --output sourceIs this a blaise issue, or do I need to build with FPC 3.3.1 ?
Beta Was this translation helpful? Give feedback.
All reactions