CanIGetaPR

Results 58 comments of CanIGetaPR

What are the reproduction steps for this? (Random picture of debugger with variables below) ![image](https://user-images.githubusercontent.com/45294513/94741790-aa034d00-0342-11eb-9cbe-e494b868ebca.png)

Oh, this must be right clicking a variable and clicking "Jump to type source". Actually it works on stage, but not on vector. So I believe it's implemented now and...

I propose to close this issue as it appears to have been related to openfl source code. Also I couldn't reproduce an issue of compiling an openfl project targeting html5.

If this refers to clicking on the stack in the debugger and jumping to the source file, then that works. ![image](https://user-images.githubusercontent.com/45294513/94742660-116dcc80-0344-11eb-9911-1f069cbc3b4e.png)

Keep in mind `()->Void` and `Int->Void` result in the same type of bugged output.

I think this should be closed. We don't support IDEA 14 anymore and Flash debugging works fine on IDEA 2020.2 with plugin version 1.3.1.

Did a little investigating, most openfl classes are available in openfl-haxelib-root/lib/ Where as this FileStream class is only in openfl-haxelib-root/packages/ Thus, perhaps this error of it thinking the class' package...

The Microsoft docs don't state anything about explicitly setting the platform EV https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build?tabs=netcore2x

Shouldn't that be added to the documentation then? ``` Usage: dotnet build [options] Arguments: The project file to operate on. If a file is not specified, the command will search...

For some reason IIS insists that it needs 64 bit files, even with the allow 32 bit option enabled. Otherwise I would get loading errors. So I use visual studio...