Debugging wxPerl scripts
How to debug wxPerl scripts in OptiPerl. I can open wxPerl examples and demos in the Editor and they run as expected in console mode without debugging. But when starting debugging (F6) I can not step execution further than to &MainLoop, where execution stops while "Send" button starts blinking.
Thanks, kia
Answer:
You can debug wxPerl scripts, however you must use the remote debugger via loopback (see the help file for more information).
This means adding a -d to the shebang of the script, loading the remote debugger, and executing the command "Run / Run in console" to start the script and invoke the debugger.
04.04.2004. 12:33
This article hasn't been commented yet.
Write a comment