1
votes

Is there a way to view external code (for example the pascal source code for the writeln function) in the Lazarus IDE? I'm am curious to see if this is possible in the Lazarus IDE. (I know I can just check the free pascal documentation). Using the call stack shows the assembler code. (I'd like the high level pascal language instead.)

1

1 Answers

1
votes

Writeln is not a function that you can find back in the IDE.

Such a call is converted to a sequence of calls to internal procedures (mostly from fpcsrc/rtl/inc/text.inc ).