Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Plugin Error Catching (DB Connection)

<< < (2/2)

oBFusCATed:
Either use the cbMessageBox function, the InfoWindow class or the LogManager.
It is up to you to decide what you should do with your plugin.

threeS:
thank you so much,.
i will give a shot for that  :)

threeS:
Additional guys.,
How to catch errors inside a plugin that prevent the IDE to crash?  :(

oBFusCATed:
Use a debugger to find the cause, then fix the bug.

If you read the c++ specification you'll find that you cannot catch segmentation faults/access violations as exceptions!

threeS:
that is why . :(

I have another idea, maybe i can disable the plugin, so that the IDE will not crash.
How can it be possible?

Navigation

[0] Message Index

[*] Previous page

Go to full version