Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Help from IDE fails after a non-debug run

May
12,834
163
After "Start without debugging" has completed, accessing help from IDE fails. The help appears, but it's right-hand pane is blank. I tested with a simple batch file which said only "ECHO foo".
 
On Thu, 17 Jun 2010 16:27:10 -0400, rconn <> wrote:

|---Quote---
|> After "Start without debugging" has completed, accessing help from IDE
|> fails. The help appears, but it's right-hand pane is blank. I tested
|> with a simple batch file which said only "ECHO foo".
|---End Quote---
|Not reproducible, and not within the IDE's control. That's 100% Windows.

It never fails (to misbehave) here.

Anyone else?
--
- Vince
 
My batch file is one line that says "echo foo". I typed ide test.bat and
pressed Ctrl-F5. After noticing the "foo" emitted, I pressed F1 and help
came up and behaved as expected.

On Thu, Jun 17, 2010 at 1:59 PM, vefatica <> wrote:


> On Thu, 17 Jun 2010 16:27:10 -0400, rconn <> wrote:
>
> |---Quote---
> |> After "Start without debugging" has completed, accessing help from IDE
> |> fails. The help appears, but it's right-hand pane is blank. I tested
> |> with a simple batch file which said only "ECHO foo".
> |---End Quote---
> |Not reproducible, and not within the IDE's control. That's 100% Windows.
>
> It never fails (to misbehave) here.
>
> Anyone else?
> --
> - Vince
>
>
>
>
>



--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.
 
On Thu, 17 Jun 2010 17:20:50 -0400, Jim Cook <> wrote:

|My batch file is one line that says "echo foo". I typed ide test.bat and
|pressed Ctrl-F5. After noticing the "foo" emitted, I pressed F1 and help
|came up and behaved as expected.

To see what I see you must first run it with "Debug\Start without debugging".
--
- Vince
 

Similar threads

Back
Top