I'm using VIDE as my IDE with the free borland compiler and Turbo Debugger.

When I compile through VIDE the final .exe doesn't contain debug info. So in the VIDE project settings I have tried changing the default from -v- to -v to turn on. The .exe contains debug info , but I can't use module browsing with Turbo Deugger.

If I compile through the command-line the final .exe contains debug info and allows module browsing with the debugger. Is there anyway I can get this when compiling through VIDE ?

thanks