I accidentially try'd to figure out why my debug breakpoint did not work. It needed some time to realize that it does not work on Include or XInclude

Kukulkan
Not really...The breakpoint is always set on the next executable that follows if the current line is not executable.
Code: Select all
; a simple loader-file as the main file in purebasic
XInclude "main.pbi" ; <- set breakpoint here, for example
XInclude "tools.pbi"
; file finished