Segmentation fault protection: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added yet/ever qualifiers and desktop first remark)
Line 83: Line 83:
The generated ex.err contains a full callstack and itemises in painstaking detail all variables and their values at the point of failure.
The generated ex.err contains a full callstack and itemises in painstaking detail all variables and their values at the point of failure.


Note that p2js does not support exception handling or inline assembly and of course relies entirely on the browser development tools for any and all error handling and debugging capabilities.
Note that p2js does not support exception handling (yet) or inline assembly (ever) and of course relies entirely on the browser development tools for any and all error handling and debugging capabilities - you are expected to get things working on desktop/Phix before trying to run them in a browser.


=={{header|Wren}}==
=={{header|Wren}}==