-
At the moment SSTabEx cannot be used in twinBASIC. The first problem is that the calls to the VB5/6 IDE functions `EbMode` and `EbIsResetting` are crashing when called by your code.
The issue here…
-
Getting below error when compiling any fie/project.
--- CLANG COMPILE STARTED ---
Evaluate-MSBuildCondition : Cannot bind argument to parameter 'condition' because it is an empty string.
At C:\…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I know it's a long shot and probabl…
-
**Describe the bug**
For some reason, I get gibberish numbers instead of meaningful description in VBA's OB.
![image](https://user-images.githubusercontent.com/2367644/166174844-63752fbc-da52-42d9-9…
-
**Describe the bug**
I don't know if the following will help at all...
I made a debug output into my ActiveX source.
For **every** single procedure.
When I compare the output of the VB generated…
-
**Describe the bug**
I have a Class in an Excel file (WCollection) which has 146 tests. IN VBA, using Rubberduck unit testing, all 146 tests pass.
If I split the tests and class into two Excel file…
-
**Describe the bug**
I've been experiencing some issues with never ending loops using the Iterator class I've written (IterItems).
The tests for the class work fine.
The code below demonstrates t…
-
**Describe the bug**
Whist debugging I had occasion to try to view the contents of a dynamic array containing 16384 elements. I observed the following.
1. It took more than a minute to show the …
-
**Describe the bug**
The compiler went into the bug report mode whilst editing the last constant in Class TypesGrouped. In VSCode the project cannot now be opened, and with the new VBA IDE you get …
-
**Describe the bug**
Executing this via Excel VBA immediate window:
`Shell "cmd.exe"`
opens a command prompt as expected.
Executing the same via tB IDE Beta 25's debug console, the cmd process…