NO

Author Topic: How can I have Pelles POIDE be an option to attach to faulted .exe on WinXP?  (Read 2502 times)

AllBackJack

  • Guest
Got a little console utility program we've developed under Pelles. In testing it we run it 1,000's of times with various inputs, all from a series of DOS batch scripts.

Occasionally it crashes, and Windows pops up its normal dialog box asking if we want to debug, cancel, etc. We can then say that we want to debug, but it only gives Visual Studio as an option in the list of debuggers. Asking to select a debugger doesn't seem to give allow us in any way to specify the poide. Is there a way we somehow add the poide to the list of debuggers that Windows knows about?

Manually attaching to the dead .exe app via a command line and invoking poide /p works fine, but it's a few extra steps and takes a little time, and it gets to be boringly repetitious after awhile.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Test PellesC option Tools -> Options -> Debug Just-in-time debugging.
May the source be with you