spences10 / VBA-IDE-Code-Export

Export & Import VBA code for use with Git (or any VCS)
MIT License
120 stars 34 forks source link

Allow debugging from error dialog #25

Closed mattpalermo closed 7 years ago

mattpalermo commented 7 years ago

When an error occurs an error dialog will show as before. However this dialog will ask if the user would like to enter the debugger.

I removed the Call to auto_open and auto_close. This didn't seem to change anything, but if it is a problem, please let me know.

This implements issue #12