Please make debugger is plugin

General questions regarding the usage of CodeLite
Loaden
CodeLite Enthusiast
Posts: 35
Joined: Sat May 02, 2009 1:56 pm
Contact:

Please make debugger is plugin

Post by Loaden »

Because debugger not support cdb, so, this option is no need for VC++ user.
Then, if it's a plugin, so, user can disable it.

or, have some option to off it?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Please make debugger is plugin

Post by eranif »

If it really disturbs you that much, simply delete the dll named Debugger.dll under C:\Program Files\CodeLite\debuggers

Other than that, codelite was never built for VC, it was intended to be used with gdb / gcc mostly.
Eran
Make sure you have read the HOW TO POST thread
Post Reply